JSFiddle - React, Tailwind, and code Playground
by Mansfield
HTML
<div class="test">
thing
thing
thing
thing
thing
</div>
CSS
.test
{
height: 50px;
word-wrap: break-word;
}
by Mansfield
<div class="test">
thing
thing
thing
thing
thing
</div>
.test
{
height: 50px;
word-wrap: break-word;
}