JSFiddle - React, Tailwind, and code Playground
by baximilian
HTML
<form form-method="post">
<input type="number" pattern="[0-9].[0-9]"></input>
<button type="submit" >OK</button>
</form>
by baximilian
<form form-method="post">
<input type="number" pattern="[0-9].[0-9]"></input>
<button type="submit" >OK</button>
</form>