How to create gradient text with Tailwind CSS
In this article, I will teach you the simplest way to add gradient text with Tailwind CSS.
Let's do it!
We need to understand a few Tailwind CSS Classes in order to generate gradient text:
bg-gradient-to-br from-pink-300 via-purple-300 to-indigo-400...
h.dhairyashah.dev1 min read