JSFiddle - React, Tailwind, and code Playground
by dhavaljani
HTML
<div class="header">
<div class="orb">
</div>
</div>
CSS
.orb{
width: 270px;
height: 270px;
background-image: linear-gradient(177deg, rgba(175, 216, 243, 0.04) 4%, rgba(85, 155, 221, 0.3) 128%);
border-radius: 50%;
}