There are lots of methods allowing one element getting click and another element getting focused but using them on making the element itself getting focused seems to be a waste of resource.
I tried
<div onclick="this.focus()"></div>
and
<div onclick="this:focus"></div>
and it didn't seem to work.
No jquery please, and don't capture all the clicks. It's an overkill for resource.