JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
        height: 500px;
        width: 500px;
        box-shadow: inset 0 4em 7em -4em #000000,
                    inset 0 -4em 7em -4em black;
    
    }