JSFiddle - React, Tailwind, and code Playground

HTML

<input type="range" />

CSS

input[type="range"] {
    display: inline-block;
}