JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" value="115">
<label class="checkbox-label">Administrators</label>
CSS
input {
vertical-align: text-bottom;
}
<input type="checkbox" value="115">
<label class="checkbox-label">Administrators</label>
input {
vertical-align: text-bottom;
}