JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">Click here</a>
CSS
a{
background:grey;
}
a:hover{
background:white;
}
a:focus{
background:blue;
}
a:active{
background:red;
}
<a href="#">Click here</a>
a{
background:grey;
}
a:hover{
background:white;
}
a:focus{
background:blue;
}
a:active{
background:red;
}