JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div>
stuff
</div>
</body>
CSS
body {
min-height: 100%;
background: red;
}
div {
min-height: 100%;
background: grey;
position:absolute;
}
<body>
<div>
stuff
</div>
</body>
body {
min-height: 100%;
background: red;
}
div {
min-height: 100%;
background: grey;
position:absolute;
}