JSFiddle - React, Tailwind, and code Playground

HTML

<label>
    <input type="checkbox" />
    <div>Some Other Content</div>
    <div class="pledge">Click to Pledge</div>
</label>
<label>
<input type="checkbox" />
<div>Some Other Content 1</div>
<div class="pledge">Click to Pledge 1</div>
</label>