JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    height:500px;
    width:300px;
    margin:30px auto;
    box-shadow: 0 0px 10px 0 #000000;
}