JSFiddle - React, Tailwind, and code Playground

by ewoiloirowrowrnwono

HTML

<div class="one">
    <div class="two"></div>
</div>

CSS

.one{
    width: 200px;
    height: 300px;
    background: #9c0;
}

.two{
    width: 100px;
    height: 100px;
    background: #444;
    margin-top: 50px;
}