talks/taking-flight-with-tailwind-css/code/10-hover-class-example.txt
2021-02-11 17:56:17 +00:00

7 lines
75 B
Plaintext

<a
href="#"
class="text-red-500 hover:text-red-800"
>
Read more
</a>