JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<div id="div1" style="float: left; width: 100px; background-color: #ff0000;">
</div>
<div id="div2" style="width: 100%; background-color: #00ff00;">
</div>
</div>