JSFiddle - React, Tailwind, and code Playground

HTML

<meter value=10 max=100>

CSS

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

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