JSFiddle - React, Tailwind, and code Playground

by Derek Leung

HTML

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

CSS

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