how to scroll top top of div in reactjs code example Example: how to make page scroll to the top jsx componentDidMount() { window.scrollTo(0, 0) }