JSFiddle - React, Tailwind, and code Playground
by Mladen Mihajlovic
HTML
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 194 186" role="img" aria-labelledby="title desc" class="circliful">
<title id="title">Circle Chart</title>
<desc id="desc"></desc>
<circle cx="100" cy="100" r="57" fill="none" stroke="#efefef" stroke-width="8" stroke-dasharray="360" transform="rotate(-90,100,100)" class="border"></circle>
<circle cx="100" cy="100" r="57" fill="none" stroke="#ff0000" stroke-width="5" stroke-dasharray="122.4, 20000" transform="rotate(-0,100,100)" class="circle border"></circle>
</svg>
</body>
</html>