JSFiddle - React, Tailwind, and code Playground

HTML

<div class="target">
  
</div>

CSS

.target {
  background-color: #3498DB;
	border-corner-shape: bevel;
	border-radius: 50% 50% 0% 50%;
	width: 200px;
	height: 200px;
}