JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div class="huge">

</div>

CSS

body, html {
}

.huge {
  width: 100vw;
  height: 100vh;
  background: purple;
}