JSFiddle - React, Tailwind, and code Playground
by pauldwaite
HTML
<div class="shadow"></div>
CSS
.shadow {
width: 100px;
height: 100px;
background: #999;
-moz-box-shadow: 1px 1px 0 #c00;
-webkit-box-shadow: 1px 1px 0 #c00;
box-shadow: 1px 1px 0 #c00;
}