JSFiddle - React, Tailwind, and code Playground
HTML
<form action="" method="post">
<label><input type="color" /> lol</label>
<input type="submit" onclick="alert('lol')" />
</form>
<form action="" method="post">
<label><input type="color" /> lol</label>
<input type="submit" onclick="alert('lol')" />
</form>