JSFiddle - React, Tailwind, and code Playground
HTML
with border: <input type="range" /> <br />
without border: <input type="range" class="no-border"/>
CSS
input[type=range].no-border::-moz-focus-outer {
border: 0;
}
with border: <input type="range" /> <br />
without border: <input type="range" class="no-border"/>
input[type=range].no-border::-moz-focus-outer {
border: 0;
}