JSFiddle - React, Tailwind, and code Playground

HTML

<div class="div"></div>

CSS

body{background: rgba(0,0,0,.75);}
.div{
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 403px/60px;
    height: 500px;
    width: 400px;
}