JSFiddle - React, Tailwind, and code Playground
by KIRAN VARTHI
HTML
<div class='percentageFill'>75%</div>
CSS
.percentageFill{
height:30px;
background: linear-gradient(to right, #efe3af 75%,#ffffff 75%);
border:1px solid black;
}
by KIRAN VARTHI
<div class='percentageFill'>75%</div>
.percentageFill{
height:30px;
background: linear-gradient(to right, #efe3af 75%,#ffffff 75%);
border:1px solid black;
}