JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" />
<a id="link" href="#" disabled="disabled">link</a>
<input type="text" />
<ul>
    <li id="jQueryTest">jQuery disabled link focusable: </li>
    <li>Test actul browser behavior by placing cursor in first textbox and clicking tab</li>
</ul>

JavaScript

jQuery("#jQueryTest").append("" + jQuery("#link").is(":focusable"));