JSFiddle - React, Tailwind, and code Playground

by st3fan

HTML

<input type="date" value="" />
<input type="time" value="23:20:50.52" /><!-- valid -->
<input type="time" value="17:39:57" /><!-- valid -->
<input type="time" value="13:37" />
<input type="time" value="" />

<!--
http://dev.w3.org/html5/markup/input.time.html
http://dev.w3.org/html5/markup/input.time.html#input.time.attrs.value
http://dev.w3.org/html5/markup/datatypes.html#form.data.time
-->

CSS

body, input { margin: 10px; }