JSFiddle - React, Tailwind, and code Playground
by sc0rp10
HTML
<div></div>
CSS
div {
border-radius: 100%;
width: 700px;
height: 10px;
margin: 40px;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
by sc0rp10
<div></div>
div {
border-radius: 100%;
width: 700px;
height: 10px;
margin: 40px;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}