JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    position:relative;
    width:200px;
    height:50px;
    border-top:1px solid #000;
    border-radius:25px;
}