JSFiddle - React, Tailwind, and code Playground
by koh_edwin
HTML
<a tabindex="0" id="login-as-guest">Cancel and browse as guest</a>
<br />
<a id="login-as-guest-active">Active Cancel and browse as guest</a>
CSS
a#login-as-guest:focus{ background-color: yellow; color:blue }
a#login-as-guest-active:active{ background-color: yellow; }