JSFiddle - React, Tailwind, and code Playground
by nukeboy212
HTML
<div>tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt
</div>
<div class="wordWrap">tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt
</div>
CSS
.wordWrap {
word-wrap: break-word; /* IE 5.5-7 */
}
div {
width: 40px;
background: red;
margin-bottom: 16px
}