JSFiddle - React, Tailwind, and code Playground
by Brad9aga
HTML
<div>
</div>
CSS
div {
width: 400px;
height: 300px;
background: #4f4f;
margin: 100px;
border-radius: 50% 50% 50% 50%/ 10% 10% 10% 10%;
}
by Brad9aga
<div>
</div>
div {
width: 400px;
height: 300px;
background: #4f4f;
margin: 100px;
border-radius: 50% 50% 50% 50%/ 10% 10% 10% 10%;
}