JSFiddle - React, Tailwind, and code Playground
HTML
<input type="range" min="0" value="1" max="100" step="1">
CSS
input {
left: 5vw;
position: absolute;
top: 3vw;
width: 90vw;
}
<input type="range" min="0" value="1" max="100" step="1">
input {
left: 5vw;
position: absolute;
top: 3vw;
width: 90vw;
}