Transition duration with tailwind css

Viewed 7248

Is there a class for the transition duration with tailwind CSS? For example, is there a way to add transition duration on this example div?

<div class=”text-black hover:text-red”>test</div>
2 Answers
Related