JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" id="birth_city" name="birth_city" />
<label for="birth_city">City</label>
<input type="checkbox" id="birth_state" name="birth_state" />
<label for="birth_state">State</label>
<input type="checkbox" id="birth_country" name="birth_country" checked disabled = true/>
<label for="birth_country">Country</label>