JSFiddle - React, Tailwind, and code Playground
HTML
<button>Focus here, then tab over</button>
<br>
<a id="login-as-guest" href="#">Cancel and browse as guest</a>
CSS
#login-as-guest:active { background-color: blue; }
#login-as-guest:focus { background-color: yellow; }