JSFiddle - React, Tailwind, and code Playground
by GopsAB
HTML
<div class="pie_circle" data-value="200">
</div>
CSS
.pie_circle
{
width: 100px;
height: 100px;
border: 1px solid #e2e2e2;
background-color: #e2e2e2;
border-radius: 50%;
transform: rotate(attr(data-value),deg,0);
}