JSFiddle - React, Tailwind, and code Playground

HTML

<div id="con">
    <div class="float">Hello</div>
    <div class="float">World</div>
</div>

CSS

.float { float:left; width:100px; height:100px; background:yellow; }