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;
}