JSFiddle - React, Tailwind, and code Playground
by Paulpro
HTML
<div>
<div style="float:left;">
<div>HELLO</div>
<div>THERE</div>
</div>
<div style="float:left;">
<ul>
<li>A</li>
<li>B</li>
<li>C</li>
</ul>
</div>
</div>
<div>
Some stuff below the other div
</div>