'TAILWIND | How to rewrite custom tailwind class

I want to rewrite my .title class elements if needed.

.title {
    @apply text-[60px] leading-[64px] font-black text-white;
}

<div class='title text-red-300'> <==== how can I change text color to be red and not white?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source