JSFiddle - React, Tailwind, and code Playground

by Tahsis Claus

HTML

<div style="height: 100px; background-color: blue;">
    <div style="background-color: red; height:100%;">
        <div style="height: 100%; background-color: orange">
        </div>
    </div>
</div>