JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div class="div1"></div>
</body>
CSS
div{background:#ccc;width:100px;height:100px;margin: 20px auto }
.div1{border-radius: 2em 1em 3em}
<body>
<div class="div1"></div>
</body>
div{background:#ccc;width:100px;height:100px;margin: 20px auto }
.div1{border-radius: 2em 1em 3em}