JSFiddle - React, Tailwind, and code Playground
by lennyekberg
HTML
<div id="parent">
<div id="child">Content here</div>
</div>
CSS
#parent {
padding: 5% 0;
background-color:green;
}
#child {
padding: 10% 0;
background-color:yellow;
}