When clicking a link, navigate to a specific element in React without scrolling

In my user’s profiles page in React, when clicking on an image, it currently scrolls to that specific image within the entire images page. However, I want it to navigate directly to that image element without scrolling. I want to make this change because it becomes very lag when there are 100 pictures in a user’s profile.

Is there any method in react or nextjs to achieve this?