JSFiddle - React, Tailwind, and code Playground

HTML

<div class="greendiv" style="width:100px; height:100px"></div>

CSS

.greendiv {
    background: darkgreen;
    box-shadow: 10px -7px 15px darkgray, lightgreen 0px 0px 3px inset;
}