JSFiddle - React, Tailwind, and code Playground
by Dineshkani
HTML
<a href="www.google.com" target="_blank">Google</a>
click the link and see the changes
CSS
:visited{
color: red;
}
by Dineshkani
<a href="www.google.com" target="_blank">Google</a>
click the link and see the changes
:visited{
color: red;
}