JSFiddle - React, Tailwind, and code Playground

HTML

<div id="float"></div>
<div id="clear"></div>

CSS

#float {float:left;width:200px;height:100px;background:red;}
#clear{width:400px;height:100px;background:green;clear:both}