JSFiddle - React, Tailwind, and code Playground

HTML

<meter value=10 max=100>

CSS

meter {
    height: 20px;
    width: 100px;
}

::-webkit-meter-horizontal-bar {
    background: Red;
}

::-webkit-meter-horizontal-optimum-value {
    background: Green;
}