JSFiddle - React, Tailwind, and code Playground
by jsoverson
HTML
<div id="foo"><div id="bar"></div></div>
CSS
#foo {
background-color:red;
width:100px;
height:100px;
}
#bar {
background-color:blue;
width:100%;
height:100%;
}