JSFiddle - React, Tailwind, and code Playground
HTML
<div id='container'>
<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 tjrrgrh grigr grgheai oadsg dsio dga asdig odg rigo ègad iodg agidg ad gadsiog adg agè </label>
</div>
more content
CSS
#container{overflow:hidden;}
input{margin:3px;}
input,label{float:left;}
input{clear:left;}