//Smooth Scroll in React js function smoothScroll() { document.querySelector('.your_class or #id here').scrollIntoView( { behavior: 'smooth' }); };