JSFiddle - React, Tailwind, and code Playground
by cdaringe
HTML
mr. gorbachev, seal up these red blocks!
<div class="parent">
<div class="child"></div>
<div class="child"></div>
</div>
CSS
.parent {
width:304px;
height:150px;
background-color: green;
}
.child {
width:150px;
height:150px;
background-color: red;
display: inline-block;
}