JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 180px;
height: 180px;
margin: 0 auto;
text-align: center;
border: 15px solid #E8F6FD;
border-radius: 50%;
border-bottom-color: transparent;
}