JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
HTML
<input id="rush" type="checkbox" value="Rush Order" />
<label for="rush">RUSH MY ORDER. (Skip sample and have order shipped within 7 business days of approving art)</label>
CSS
input { float:left; }
label { float:left; width: 300px; margin-left:5px; }