JSFiddle - React, Tailwind, and code Playground
by Praveen Kumar Purushothaman
HTML
<div class="top">Hi</div>
<div class="bot">Bye</div>
CSS
body, html {margin: 0; height: 100%;}
.top {background: #0f9; height: 50%;}
.bot {background: #09f; height: 50%;}