why the img is not rendering in react although putting the correct path code example
Example: how to write img jsx
<img src={window.location.origin + '/img/myImage.png'} />
<img src={window.location.origin + '/img/myImage.png'} />