JSFiddle - React, Tailwind, and code Playground

HTML

<div id=test>
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
this is a very long piece of text
</div>

CSS

#test {
    border: 1px solid #aaa;
    white-space: nowrap;
    display: inline-block;
}