JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<div></div>
CSS
div {
background: #c0c0c0;
margin-left: 40px;
margin-top: 140px;
width: 400px;
height: 200px;
box-shadow:
0px -50px 0 8px gold,
0px 4px 0 8px gold,
0px -50px 0 12px peru,
0px 4px 0 12px peru;
}