JSFiddle - React, Tailwind, and code Playground
HTML
<div class="mdlfiller">
<div class="cxmdl"></div>
</div>
CSS
body{
position: absolute;
width: 100%;
height: 100%;
background-color: grey;
}
.mdlfiller {
height:100%;
width:100%;
background: white;
}