JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
html, body {
height: 100%;
}
div {
width: 100%;
height: 100%;
background: #ddd;
}
<div></div>
html, body {
height: 100%;
}
div {
width: 100%;
height: 100%;
background: #ddd;
}