I have the following HTML code inside a div:
You can either remove the text decoration by using the following css
a { text-decoration: none; }
or you can remove the white space between the image and the anchor tags.
Both will fix the issue