JSFiddle - React, Tailwind, and code Playground

by David Simpson

HTML

<form>
<input type=color required=false><br>
<input type=date required=false><br>

<input type=month required=false><br>
<input type=tel required=false><br>

<br><br>
<button type=submit>Submit</button>
</form>