JSFiddle - React, Tailwind, and code Playground
by jasonhsu
HTML
<div id="first"></div>
<div id="second"></div>
<div id="third"></div>
CSS
div #first
display:flex-box;
background-color:blue;
min-height: 50px;
min-width: 100px;
}
div #second{
display:flex-box;
background-color:green;
min-height: 50px;
min-width: 100px;
}
div #third{
display:flex-box;
background-color:red;
min-height: 50px;
min-width: 100px;
}