JSFiddle - React, Tailwind, and code Playground

by ckissi

HTML

<input type="checkbox" id="checkbox"/> <label for="checkbox">Checkbox</label>
<input type="radio"> <label for="radio">Radio</label>

CSS

input {
  accent-color: #ff4d6d; 
}