JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    height: 100px;
    width: 100px;
    box-shadow: 5px 0 7px -5px black;
    background: #E4FCE4;
}