JSFiddle - React, Tailwind, and code Playground
by navi2000
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" />
<label for="birth_country">Country</label>