JSFiddle - React, Tailwind, and code Playground
by moratto
HTML
<form>
<input type="button" value="Input Button" />
<input type="checkbox" />
<input type="file" />
<input type="hidden" />
<input type="image" />
<input type="password" />
<input type="radio" />
<input type="reset" />
<input type="submit" />
<input type="text" />
<select>
<option>Option
<option/>
</select>
<textarea></textarea>
<button>Button</button>
</form>