JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<div>
<label><input type="checkbox" /> Label text</label>
</div>
<form>
CSS
input {
position: relative;
top: 1px;
}
<form>
<div>
<label><input type="checkbox" /> Label text</label>
</div>
<form>
input {
position: relative;
top: 1px;
}