JSFiddle - React, Tailwind, and code Playground

by Bharat Sewani

HTML

<div id="parentDiv" style='width:1000px;background-color:blue'>
<div id="childDiv1" style='height:20px;width:100px;background-color:red'>
</div>
    <br/>
<div id="childDiv2" style='height:20px;width:100px;background-color:yellow'>
</div>
    <br/>
 <div id="childDiv3" style='height:20px;width:100px;background-color:green'>
</div>
    <br/>
 <div id="childDiv4" style='height:20px;width:100px;background-color:pink'>
</div>

</div>