Within my application, I have implemented an input field and a reference to store the user input value. Additionally, there are several React Links within a div that provide recommended keywords for users to search.
I am seeking a way to dynamically modify the React Link element that matches the user's input text. For example, if a user enters "shoe" and there is a
<Link to="/display?shoe"> Shoe </Link>
, can this specific element be targeted for inline CSS additions?