JSFiddle - React, Tailwind, and code Playground
by mjmitche
HTML
<div id="top">
<div id="box1"></div>
<div id="box2"></div>
<div id="box3"></div>
</div>
CSS
#box1 {width: 20px; height: 20px; float: left; background: #000; margin-left: 10px; margin-top: 5px;}
#box2 {width: 20px; height: 20px; float: left; background: #a74e09; margin-left: 10px; margin-top: 5px;}
#box3 {width: 20px; height: 20px; float: left; background: #62e16b; margin-left: 10px; margin-top: 5px;}
#top {background: #b6f6ef; width: 100%; height: 30px;}