JSFiddle - React, Tailwind, and code Playground
by nukeboy212
HTML
<div style = "display: inline-block;">
<div style = "width:100px; height: 100px; background-color: black;">
</div>
<h4 style = "word-break: auto; width: 100px; position: absolute;">
test
</h4>
</div>
<div style = "display: inline-block;">
<div style = "width:100px; height: 100px; background-color: black;">
</div>
<h4 style = "word-break: auto; width: 100px; position: absolute;">
test test test test test test
</h4>
</div>