JSFiddle - React, Tailwind, and code Playground

HTML

<!-- Using straight up HTML5 -->
<progress id="progressbar" value="59" max="100"></progress>

CSS

/* Space out the example */
#progressbar {
    margin: 20px;
}