Was stuck on similar issue until found the solution and hence posting for the community. The img tag is a self-closing one(very rare), and hence close the tag using <img src={image} alt="" /> instead of using </img>