JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://google.com">Focus this link and then hover it to bold it</a>
CSS
a:focus:hover { font-weight: bold; }
<a href="http://google.com">Focus this link and then hover it to bold it</a>
a:focus:hover { font-weight: bold; }