output$abstractText <- renderUI({
tags$div(
   HTML(
      paste("",
            "<span style='font-size: 30px; "Text",
            "",  
            "This tool has been developed by the ",
            tags$a(href = "https://www.","hyperlinked text"),
            ". For news and updates, follow us on Twitter ", 
            tags$a(href = "https://twitter.com", "@xyz"),
            "",
From "This tool..." on it appears in 4 lines - how can I have it in one line only?
 
     
    