JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" class="chk"/>
CSS
input[type="checkbox"] {
background: #990000;
}
.chk {
background-color: #990000;
}
<input type="checkbox" class="chk"/>
input[type="checkbox"] {
background: #990000;
}
.chk {
background-color: #990000;
}