JSFiddle - React, Tailwind, and code Playground

by steve

HTML

<div id="example1">
  <div id="example2"> </div>
  <div id="example3"> </div>
</div>

CSS

#example1{
  background:yellow;
}

#example2{
  background:green;
  height:200px;
  margin:0 auto;
  width:300px;
}

#example3{
  background:red;
  height:80px;
  margin:0 auto;
  width:300px;
}