JSFiddle - React, Tailwind, and code Playground

by Dogbert

HTML

<label>Day <input type="radio" name="mode"></label>
<label>Night <input type="radio" name="mode" checked></label>

CSS

label {
  cursor: pointer;
}