JSFiddle - React, Tailwind, and code Playground
HTML
<div class='clearfix'>
<div style='float:left; width:100px; background:red'>some content</div>
<div style='overflow:hidden; background:#ccc; padding-top:10px'>some more content</div>
</div>
<div class='clearfix'>
<div style='float:left; width:100px; background:red'>some content</div>
<div style='overflow:hidden; background:#ccc; padding-top:10px'>some more content</div>
</div>