JSFiddle - React, Tailwind, and code Playground

by Soviut

HTML

<input type="range" />

CSS

input[type=range]::-webkit-slider-runnable-track {
  display: 'block';
  width: 10px;
  height: 10px;
  background: red;
}