JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block"></div>

CSS

html,
body,
.block {
  height: 100%;
  background: #000;
}
.block {
  background: red;
}