JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
body{background: white}
div{
width: 100px;
height: 100px;
margin: 50px;
border: 1px solid pink;
box-shadow: -6px 0 white, 6px 0 white, 0 7px 5px -2px black;
}