JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" />

CSS

input[type='checkbox'] {
  accent-color: red;
}