React site warning: The href attribute requires a valid address. Provide a valid, navigable address as the href value jsx-a11y/anchor-is-valid

JavaScript
// just change 
href="#" // -> to correct url 
Example: 
href="https://learn-tech-tips.blogspot.com/"
Source

Also in JavaScript: