JSFiddle - React, Tailwind, and code Playground

HTML

<label>week: <input type="week"><br></label>
<label>month: <input type="month"><br></label>
<label>datetime: <input type="datetime"><br></label>
<label>datetime-local: <input type="datetime-local"><br></label>
<label>url: <input type="url"><br></label>