JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="http://www.example.com/"></iframe>
<button type="submit" disabled="disabled">Submit</button>
JavaScript
$('button[type=submit]').removeAttr('disabled');
<iframe src="http://www.example.com/"></iframe>
<button type="submit" disabled="disabled">Submit</button>
$('button[type=submit]').removeAttr('disabled');