I am building a carousel right now, in React. To scroll to the individual slides I am using document.querySelector like so :
document.querySelector
useEffect(() => {
Use useLayouEffect instead of useEffect. Follow the link for more information