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;
}