JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text">
<a href='#' id="login-as-guest">Cancel and browse as guest</a>
CSS
a#login-as-guest:focus{
background-color: yellow;
}
<input type="text">
<a href='#' id="login-as-guest">Cancel and browse as guest</a>
a#login-as-guest:focus{
background-color: yellow;
}