JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<input type="color">
</div>

CSS

/* Testing Opera's input[type="color"] */
input[type='color'] {
    display: block;
    width: 200px;
    height: 200px;
    background: orange;
    border-radius: 50%;
}
div {
border-radius: 50%; overflow:hidden;
}