Apologies if this question has been asked before, kindly point me in the right direction.
Today marks my first day venturing into the world of React JS. I am currently following a course on YouTube (https://www.youtube.com/watch?v=b0_Y_eU_SXI). Everything was going smoothly until I reached the 1:40:00 mark in the video, where I encountered an issue with displaying the bottom color of the buttons on the header.
Here is the code for my Header.jsx file
And here are the results from inspecting my browser
The classes "text-black border-b-red-500" seem to be getting overridden by other classes. Could someone offer their expertise and assist me in resolving this issue?
I am eager to dive deeper into React JS, tailwind CSS, and firebase as part of my learning journey.