JSFiddle - React, Tailwind, and code Playground

by yaero

HTML

<div class="box"></div>

CSS

.box {
  background-color: red;
  width: 100px;
  height: calc(100vh - 100px);
}