JSFiddle - React, Tailwind, and code Playground
by Simon Chan
HTML
<div style="height:300px;width:500px;font-size:0">
<div style="display: inline-block; background: pink; width: 50%; height: 100%;">
<div style="height:10%;">
<div style="display: inline-block; background: red; width: 50%; height: 100%;"></div>
<div style="display: inline-block; background: blue; width: 50%; height: 100%;"></div>
</div>
</div>
<div style="display: inline-block; background: green; width: 50%; height: 100%;"></div>
</div>