how to set top scroll after click event in react js code example Example: how to make page scroll to the top jsx componentDidMount() { window.scrollTo(0, 0) }