JSFiddle - React, Tailwind, and code Playground

by switch74

HTML

<div>
    
</div>

CSS

div{
    width:200px;
    height:300px;
    border:1px solid #bbb;
    border-radius:100px/10px;
}