JSFiddle - React, Tailwind, and code Playground
by Porexii
HTML
<p>Choose your monster's colors:</p>
<div>
<input type="color" id="head" name="head"
value="#e66465">
<label for="head">Head</label>
</div>
<div>
<input type="color" id="body" name="body"
value="#f6b73c">
<label for="body">Body</label>
</div>