JSFiddle - React, Tailwind, and code Playground

HTML

<progress id="progressbar" value="50" max="100"></progress>

CSS

progress{
    transform-origin: 100% 0;
    transform: rotate(90deg);    
}