JSFiddle - React, Tailwind, and code Playground
HTML
<label class="checkbox-label"><input type="checkbox" value="115">-middle</label>
CSS
label.checkbox-label input[type=checkbox]{
position: relative;
vertical-align: middle;
bottom: 1px;
}