JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div class='content'>
</div>
</body>
CSS
html, body
{
height: 100%;
}
.content
{
background: red;
width: 100%;
height: 100%;
overflow: auto;
}
<body>
<div class='content'>
</div>
</body>
html, body
{
height: 100%;
}
.content
{
background: red;
width: 100%;
height: 100%;
overflow: auto;
}