JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" name="vehicle" value="Bike"> <span>I have a bike</span><br>
  <input type="checkbox" name="vehicle" value="Car" checked> I have a car<br>

CSS

.cb{
  color:c92cb7
}