How to do gradient text with Tailwind CSS
This post was originally posted on Design2Tailwind.
In Tailwind CSS v3, gradient text has become a lot easier, here’s how to do it.
Step 1: Add your gradient styles
<h1 class="bg-gradient-to-r from-blue-600 via-green-500 to-indigo-400">
hello wo...
vivgui.hashnode.dev3 min read