JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box"> TExttexttexttext </div>

CSS

#box { border:1px solid #000;
       width:50px;
       height:auto;
       word-wrap: break-word;
}