JSFiddle - React, Tailwind, and code Playground

by wwt

HTML

<div></div>

CSS

div {
    width:200px;
    height:200px;
    box-shadow: inset 0 10px 10px -10px grey,
                inset 0 -10px 10px -10px grey;
}