JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper" style="width:100%;float:left;display:block">
<div id="left" style="background-color:Blue;height:100px;float:left;width:30%;"></div>
<div id="right" style="background-color:Aqua;height:100px;float:left;width:70%"> </div>
<div style="clear:both"></div>
</div>