JSFiddle - React, Tailwind, and code Playground

by Krishna Ananthi

HTML

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

CSS

.parent{
  background-color:yellow;
  height:100px;
  width:100px;
  margin:0 auto;
  
}
body{
  height:100%;
}