JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<div>    <span class="progress" left="0" right="5">50%</span>
</div>

CSS

div {width: 250px;border: 1px solid #000;}
.progress{background: #D8F6CE;width: 50%;}