Currently, I am working on creating a navbar using React. In this navbar, I have three components for the menu bar: text, logo, and buttons. The background color of the navbar is set to transparent, while the components are black by default. However, when hovering over the components, their background turns white along with the navbar. The issue I am facing is that I have used three separate files for each component, but I want the component colors to change only when the navbar is hovered over, not individually. How can I achieve this? Is there a way to target the class names of the components within the Navbar hover class?