JSFiddle - React, Tailwind, and code Playground

by Ronny

HTML

<input type="number" value="5.5" step="0.5">

<input type="color" value="#CD1728">

<input type="range" value="3" min="0" max="5">

<input type="email" placeholder="[email protected]" required>

<input type="date" value="2012-07-25">

CSS

input {display: block; margin: 10px;}