JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

#box{
    border:10px solid #000;
    border-radius: 40px 40px 40px 40px;
    width: 100px;
    height: 100px;
    background-color:#ccc;
}