JSFiddle - React, Tailwind, and code Playground

HTML

<div id="p" >
    <div id="c"></div>
</div>

CSS

#p{  
  width:300px;
  height:300px;
  background:red;
}
#c{
  width:200px;
  height:200px;
  background:blue;
}