JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">
<p>contenu</p>
</div>
CSS
#content
{
background-color: red;
min-height: 100%;
}
html,
body
{
height: 100%;
}
<div id="content">
<p>contenu</p>
</div>
#content
{
background-color: red;
min-height: 100%;
}
html,
body
{
height: 100%;
}