JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<div>
Top-Left Corner is 5em wide and 1em deep
</div>

CSS

div {
  width: 300px;
  height: 50px;
  border: 1px solid red;
  padding:10px;
  border-top-left-radius: 5em 1em;
}