I have the following:
How do I get rid of the blue underline? The code is below:
There is the nuclear approach which is in your App.css (or counterpart)
a{ text-decoration: none; }
which prevents underline for all tags which is the root cause of this problem