JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div{
width: 120px;
height: 30px;
background-color: #75ae3f;
margin: 50px;
border-radius: 2px;
border-bottom-right-radius: 25px 70px ;
}
<div></div>
div{
width: 120px;
height: 30px;
background-color: #75ae3f;
margin: 50px;
border-radius: 2px;
border-bottom-right-radius: 25px 70px ;
}