JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">sandeep</a>
CSS
a{
color:green;
}
a:hover{
color:red;
}
a:before{
color:black;
content:"virk";
}
a:hover:before{
color:pink;
}
<a href="#">sandeep</a>
a{
color:green;
}
a:hover{
color:red;
}
a:before{
color:black;
content:"virk";
}
a:hover:before{
color:pink;
}