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;
}
by Raul Bojalil
<div class="container" style="height: calc(100vh - 0px)">
</div>
.container {
background-color: red;
width: 100px;
}