JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<div></div>

CSS

div{
  width: 120px;
  height: 30px;
  background-color: #75ae3f;
  margin: 50px;  
  border-radius: 2px;
  border-bottom-right-radius: 25px 70px ;
}