JSFiddle - React, Tailwind, and code Playground

HTML

<div class="parent">hello</div>

CSS

body,html{height:100%;}

.parent{
    min-height:100%;
    width:400px;
    margin:0 auto;
    background:red;
}