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