JSFiddle - React, Tailwind, and code Playground

by cssGuy

HTML

<input type="range">

CSS

/* Vertical slider using non-standard CSS demo */
input[type="range"] {
    -webkit-appearance: slider-vertical
}