Set the tabindex attribute on an element to make it focusable with tab navigation.
tabindex
tab
Example:
<div tabindex="0">Focusable Div</div>