JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    height: 100px;
    background-image: radial-gradient(ellipse farthest-side at top center, hsla(0, 0%, 0%, .17), hsla(0, 0%, 0%, 0));
	background-repeat: none;
}