JSFiddle - React, Tailwind, and code Playground
by afshinprofe
HTML
<div class="box"></div>
CSS
body{
background-color:white;
}
.box{
width: 500px;
height: 400px;
background-color: white;
margin: auto;
margin-top: 100px;
box-shadow: 0px -8px 30px 4px black;
-webkit-box-shadow: 0px -8px 30px -5px black;
-moz-box-shadow: 0px -8px 30px -5px black;
}