JSFiddle - React, Tailwind, and code Playground
by tonytlwu
HTML
<form>
<input type="number" required name="price" min="0" value="0" step=".01">
<input type="range" name="points" min="3" max="15">
<input type="tel" pattern="^[0-9-+s()]*$" required>
<input type="submit" value="Validate" />
</form>