JSFiddle - React, Tailwind, and code Playground
HTML
<div id="all">
Loremipsumdolorsitamet,guzzledrattlerrangewatchin'hauled,indonepick-upfancy over. Drunkpotboxcarburnin'eatin',hospitality.Boobtubehavin'gospelmushbarreldamnspell, dirtylordy.Wireygoskedaddledfriedhim fricaseed hootin' preacher his heapin'.
</div>
CSS
html, body {
background-color:black;
font-family:"lucida console";
overflow:hidden;
color:white;
}
div#all {
width:100%;
max-height:200px;
overflow-y:auto;
overflow-x:none;
word-break:break-word;
}