JSFiddle - React, Tailwind, and code Playground
by Artem
HTML
<a href="#"><span>Текст</span></a>
CSS
a {
text-decoration: underline;
color: darkblue;
}
span {
text-decoration: none;
color: tomato;
}
by Artem
<a href="#"><span>Текст</span></a>
a {
text-decoration: underline;
color: darkblue;
}
span {
text-decoration: none;
color: tomato;
}