JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<form>
    <input type="color"  required><br>
    <input type="range" min="0" max="100" step="10" value="70">
    <input type="submit" value="invia">
</form>