JSFiddle - React, Tailwind, and code Playground

by Yann Brelière

HTML

<form action="" method="post">
    <label><input type="color" /> lol</label>
    <input type="submit" onclick="alert('lol')" />
</form>