JSFiddle - React, Tailwind, and code Playground
by infous
HTML
<div></div>
CSS
body {
background: #ccc;
}
div {
background: rgba(255, 0, 0, .5);
box-shadow: 0 10px 10px 0 #777;
width: 100px;
height: 100px;
margin: 0 auto;
}