JSFiddle - React, Tailwind, and code Playground
by cchana
HTML
<div></div>
CSS
div {
background: silver;
border: 3px solid white;
border-radius: 10px 0 10px 0 / 20px 0 20px 0;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-sizing: border-box;
height: 100px;
width: 100px;
}