JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
html,body {
height: 100%;
margin: 0;
}
div {
background: red;
height: 100%;
padding: 20px;
display: inline-block;
box-sizing: border-box;
}
<div></div>
html,body {
height: 100%;
margin: 0;
}
div {
background: red;
height: 100%;
padding: 20px;
display: inline-block;
box-sizing: border-box;
}