JSFiddle - React, Tailwind, and code Playground
by tickietick
HTML
<div class="fill">
Hellos
</div>
CSS
body {
background-color: white;
}
.fill {
background-color: grey;
display: flex;
border: 3px solid;
border-color: white;
height: 100vh;
}