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;
}