JSFiddle - React, Tailwind, and code Playground
by codecraig
HTML
<div>
<div style="float: left; border: solid red">
<h3>Hey there</h3>
</div>
<div style="float: right; border: solid blue">
<h3>test</h3>
</div>
<div style="clear: both;">
</div>
</div>