JSFiddle - React, Tailwind, and code Playground

by Raul Bojalil

HTML

<div class="container" style="height: calc(100vh - 0px)">
</div>

CSS

.container {
  background-color: red;
  width: 100px;
}