JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
height: 100px;
background-image: radial-gradient(ellipse 50% 12px at top center, hsla(0, 0%, 0%, .17), hsla(0, 0%, 0%, 0));
background-repeat: none;
}
<div></div>
div {
height: 100px;
background-image: radial-gradient(ellipse 50% 12px at top center, hsla(0, 0%, 0%, .17), hsla(0, 0%, 0%, 0));
background-repeat: none;
}