JSFiddle - React, Tailwind, and code Playground

HTML

<div><span>75</span>%</div>

CSS

span {
    font-size: 2.5em;
}

div {
    padding: 20px;
    margin-right: 560px;
    border: 25px solid #88CA91;
    border-radius: 125px;
    background: #EAFEED;
    border-right-color: #BEEBC4;
}