JSFiddle - React, Tailwind, and code Playground

HTML

<div>
</div>

CSS

div{
    width: 100px;
    height: 100px;
    margin: 50px;
    background: white;
    box-shadow: -10px 0 8px -8px black, 10px 0 8px -8px black;
}