<img>
should have an alt prop with meaningful text or an empty string for decorative images.
<img src="logo.png">
<!-- good -->
<img alt="" src="logo.png" >
<!-- also good -->
<a href='https://github.com/'><img alt="GitHub homepage" src="logo.png" ></a>