JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" id="agreed" />
<label for="agreed">
<a href="/terms-of-use" target="_blank">Terms of use</a> accept
</label>
CSS
label a {
text-decoration: underline;
}
<input type="checkbox" id="agreed" />
<label for="agreed">
<a href="/terms-of-use" target="_blank">Terms of use</a> accept
</label>
label a {
text-decoration: underline;
}