JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container">
    adsf
</div>

CSS

.container
{
    width:80%;
    height:50%;
    background-color:#eee;
}
html, body {height:100%}