JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper">
<div class="float">text here</div>
<div class="float">text here</div>
</div>
CSS
#wrapper {border:1px dotted red;overflow:auto}
.float {float:left;border:1px solid black;}