you can, but for example is perfect use case for your navigation bar. Just read the documentation that I've attached and you should spot benefits easily.
Navlink and Link are just extended anchor tags available only in React Router. In plain React project you'd just use regular anchor tag. You can see that when you use inspector in browser, even if you use Link or Navlink, it will show it as an anchor and do additional job in the background.