JSFiddle - React, Tailwind, and code Playground

by jitendravyas

HTML

<div id="one">
    <div class="two br"></div>
    <div class="three br"></div>
</div>

CSS

#one { background:orange; width:600px; height:400px;}
.two { background:red; width:300px; height:400px;float:left}
.three { background:green; width:300px; height:400px;float:left}
.br {outline:1px solid black}