JSFiddle - React, Tailwind, and code Playground

by stopitdan

HTML

<body>
    <div id="div0" style="float: left; background-color:green; width: 100%;">
        <div id="div1" style="margin: 0px; display: inline-block; background-color:aqua;width:33.33%">&nbsp;</div><div id="div2" style="margin: 0px; display: inline-block; background-color:red;width:33.33%">&nbsp;</div><div id="div3" style="margin: 0px; display: inline-block; background-color:yellow;width:33.33%">&nbsp;</div> 
    </div>
</body>