JSFiddle - React, Tailwind, and code Playground

HTML

<div style="position: relative; width: 200px; height: 200px; background: blue; color: #fff">
    blue
    <div style="background: purple; width: 100px; height: 100px; position: relative; z-index: 11; top: 100px;">purple
    </div>
</div>
<div style="position: relative; z-index: 1; width: 200px; height: 200px; background: red; color: #fff">
    блаъ
</div>