JSFiddle - React, Tailwind, and code Playground

by Tripad

HTML

<div id="box">
    
</div>

CSS

#box{
   background: gold;
  border: none;
  border-radius: 40px 10px;  
    width: 200px;
    height: 100px;
}