I am envisioning something akin to a reverse image map. I have a sizable image (measuring over 2000x2000) and I would like to provide clickable links to specific coordinates on the image. Essentially, I want users to be able to click on certain items within the image to jump directly to them without having to manually scan the entire image. I am curious if this functionality can be achieved using CSS or HTML by adding links to coordinates or integrating anchors within the image. If necessary, I am open to using JavaScript as well.