JSFiddle - React, Tailwind, and code Playground

by htmlzengarden

HTML

<div id="content">
    <p>contenu</p>
</div>

CSS

#content
{
    background-color: red;
    min-height: 100%;
}
html,
body
{
    height: 100%;
}