JSFiddle - React, Tailwind, and code Playground

by Alaksandar Jesus Gene

HTML

<label>-</label>
<input type="range" name="points" class="rangeClass" min="0" max="10">
<label>+</label>

CSS

label{
    margin-top:-55px;
}