JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background: none repeat scroll 0 0 #EEEEEE;
height: 100px;
margin: 50px;
position: relative;
width: 100px;
box-shadow: 0 10px 0px 0px #eee,
0 -10px 0px 0px #eee,
10px 0 13px -5px rgba(0, 0, 0, 0.5),
-10px 0 13px -5px rgba(0, 0, 0, 0.5);
}