Very simple example using buttons to simulate scrolling HTML elements.
Copy de ScrollingButtons.js file and put in your project. Customize and call that component.
import Scroll from './ScrollingButtons';
ReactDOM.render(
<Scroll />,
document.getElementById('root')
);