JSFiddle - React, Tailwind, and code Playground

by MohammadHamza

HTML

<div class="tll">
    <div class="tllH">

    </div>
    <div class="tllC">

    </div>
</div>

CSS

.tll{
        background: yellow;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .tllH{
        background: green;
        height: 20px;
        width: 100%;
    }

    .tllC{
        background: magneto;
        height: 80px;
        width: 100%;
    display:none;
    }