While pressing tab/shift+tab using external keyboard focus doesn't move to tag elements even with tabIndex=0.
This is my javascript code
<a href="https://discussions.apple.com/" tabIndex={0}>Click here</a>
Focus moves to all other html elements except link element.