JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://www.wlezley.eu/">Wlezley!</a>
CSS
a {
color: #8090AA;
text-decoration: none;
}
a:hover {
color: #406080;
text-decoration: underline;
}
<a href="http://www.wlezley.eu/">Wlezley!</a>
a {
color: #8090AA;
text-decoration: none;
}
a:hover {
color: #406080;
text-decoration: underline;
}