JSFiddle - React, Tailwind, and code Playground
by fainz777
HTML
<div></div>
CSS
div {
height: 300px;
width: 200px;
background: silver;
-moz-box-shadow: 3px 3px 4px gray;
-webkit-box-shadow: 3px 3px 4px gray;
box-shadow: 3px 3px 4px gray;
}