JSFiddle - React, Tailwind, and code Playground
by AndyE
HTML
<div id="topscreen"></div>
<div id="bottomscreen">Yo!</div>
CSS
html, body { height: 100%; margin:0px; }
#topscreen {
height:240px;
background-color: blue;
}
</style>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<style>