JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

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;
}