JSFiddle - React, Tailwind, and code Playground

by skip405

HTML

<a href="#"><span>Link</span></a>

CSS

a:hover{
    text-decoration: none;
}
a:hover span{
    text-decoration: underline;
}
a:before{
    content: 'some content';
    color: red;
    margin-right: 5px;
}