JSFiddle - React, Tailwind, and code Playground
by Dan Schultz
HTML
<div class="parent">
<div class="child"></div>
</div>
CSS
.parent {
position: absolute;
width: 500px;
height: 500px;
background-color: green;
}
by Dan Schultz
<div class="parent">
<div class="child"></div>
</div>
.parent {
position: absolute;
width: 500px;
height: 500px;
background-color: green;
}