JSFiddle - React, Tailwind, and code Playground
HTML
<div class="huge">
</div>
CSS
body, html {
}
.huge {
width: 100vw;
height: 100vh;
background: purple;
}
<div class="huge">
</div>
body, html {
}
.huge {
width: 100vw;
height: 100vh;
background: purple;
}