JSFiddle - React, Tailwind, and code Playground

by Tripad

HTML

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

CSS

#box{
   background: gold;
  border: ridge gold;
  border-radius: 13em/3em;
    width: 200px;
    height: 100px;
}