JSFiddle - React, Tailwind, and code Playground
by Softlink
HTML
<div></div>
CSS
div{
width: 500px;
height: 400px;
margin: 20px auto;
border-radius: 100%;
background: #222;
}
by Softlink
<div></div>
div{
width: 500px;
height: 400px;
margin: 20px auto;
border-radius: 100%;
background: #222;
}