JSFiddle - React, Tailwind, and code Playground
by Svetlana
HTML
<a href="https://google.com" target="_blank">срочно гуглить!</a>
CSS
a {
color: #FF0000;
text-transform: uppercase;
}
a:hover {
color: #800000;
}
by Svetlana
<a href="https://google.com" target="_blank">срочно гуглить!</a>
a {
color: #FF0000;
text-transform: uppercase;
}
a:hover {
color: #800000;
}