JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<section class="top"></section>

CSS

body {margin: 0}
.top {
  background-color: cornflowerblue;
  position: absolute;
  height: 100%;
  width: 100%;
}