JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" value="115">
<label class="checkbox-label">Administrators</label>

CSS

input {
    vertical-align: text-bottom;
}