JSFiddle - React, Tailwind, and code Playground

by brandondurham

HTML

<input type="range" min="0" value="1" max="100" step="1">

CSS

input {
	left: 5vw;
	position: absolute;
	top: 3vw;
	width: 90vw;
}