JSFiddle - React, Tailwind, and code Playground
HTML
<p>No red should be seen.</p>
<div style="float:left; width:20px; height:20px; background:green;"></div>
<div style="column-span:all; width:20px; height:20px; background:red;"></div>
<p>No red should be seen.</p>
<div style="float:left; width:20px; height:20px; background:green;"></div>
<div style="column-span:all; width:20px; height:20px; background:red;"></div>