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;
}