JSFiddle - React, Tailwind, and code Playground

by Brodingo

HTML

<input type="color" value="#f00">
<br>
<input type="color" value="#ff0000">
<br>
<input type="color" value="rgb(255,0,0)">
<br>
<input type="color" value="rgba(255,0,0,0.5)">
<br>
<input type="color" value="hsl(0,100%,50%)">
<br>
<input type="color" value="hsla(0,100%,50%,0.5)">
<br>
<input type="color" value="red">
<br>

JavaScript

// input color test