JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" class="testspinner" />
JavaScript
$('.testspinner').spinner({min: 0, max: 1, step: "1%", numberFormat: "p", culture: "nl-BE"});
<input type="text" class="testspinner" />
$('.testspinner').spinner({min: 0, max: 1, step: "1%", numberFormat: "p", culture: "nl-BE"});