JSFiddle - React, Tailwind, and code Playground
by rustyjeans
HTML
<div class="col-sm-12 text-left margin-bottom-thin"
style="display: flex; ">
<input type="checkbox" id="chjeckbox" aria-describedby="thisthing">
<div style="margin-left: 6px;">
<label for="chjeckbox" class="inputLabel"> I do not want to review the process serve order</label>
<p id="thisthing">
By checking this box, you authorize One Legal to fulfill the process serve order with only those documents that are returned from the court after your filing is accepted.
</p>
</div>
</div>