JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

HTML

<div>

</div>

CSS

html,body{
  height:100%;
  margin:0px;
}
div{
  height:100vh;
  background-color:#ff0000;
  width:20px;
}