[React] How to make form that scroll down to next form section on validation

One screen one after filling all the information for the delivery address. User will click next. It will check if every input field is filled. Then it will scroll down to the next section which screen 2. Where the user has to select a payment option and enter contact details.

SCREEN 1

SCREEN 2

Scroll is what you need (docs from MDN).