JSFiddle - React, Tailwind, and code Playground

by Frank Topel

HTML

<div class="outer">
    <div class="inner"></div>
</div>

CSS

.outer {
    background-color: #a00;
    margin-top: 30px;
    height: 200px;
}

.inner {
    background-color: #f0f0f0;
    margin-top: 100px;
    height: 100px;
}