JSFiddle - React, Tailwind, and code Playground
HTML
<section class="top"></section>
CSS
body {margin: 0}
.top {
background-color: cornflowerblue;
position: absolute;
height: 100%;
width: 100%;
}
<section class="top"></section>
body {margin: 0}
.top {
background-color: cornflowerblue;
position: absolute;
height: 100%;
width: 100%;
}