JSFiddle - React, Tailwind, and code Playground
by josekerekes
HTML
<input type="week" /><br />
<input type="month" /><br />
<input type="time" /><br />
<input type="datetime" /><br />
<input type="url" /><br />
<input type="tel" /><br />
<input type="search" /><br />
<input type="range" step="10" min="8" max="100" /><br />
<input type="date" /><br />
<input type="color" /><br />
<input type="email" /><br />
<input type="datetime-local" /><br />
<input type="week" />