JSFiddle - React, Tailwind, and code Playground
by Wentz Wu
HTML
<form action="#" type="post">
<input name="fullName" type="text" />
<input name="skin" type="color" />
<input name="birthday" type="date" />
<input name="email" type="text" />
<button>save</button>
</form>