JSFiddle - React, Tailwind, and code Playground
HTML
<div id="form">
Hello
<input type="submit" value="stop the bot"/>
</div>
JavaScript
$('#form :submit')
.before('<div>Are you a human? <input type="checkbox" name="captcha" /></div>');