JSFiddle - React, Tailwind, and code Playground

HTML

<div class="abc"></div>

CSS

div.abc {
    height: 100px;
    width: 100px;
    background: red;
    border-radius: 0 100px 0 0;
    border: 4px solid blue;
}