JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container"></div>

CSS

.container {
  width: 200px;
  height: 30px;
  background: #778899;
  border: 1px solid;
  border-top-left-radius: 100px 30px;
}