JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    width: 200px;
    height: 350px;
    background: #f6f6f6;
    box-shadow: 8px 8px 25px -12px rgba(0,0,0,0.5),0 6px 4px -5px rgba(0,0,0,0.5);
}