JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
margin:50px;    
width:200px;
height:300px;
border-radius:50px 50px 20px 20px;
box-shadow:0 0 30px #ccc;    
}