How to scroll to specific line of multi-line table or text

I am writing a Dash app where the GUI allows the user to select a regex string and the server will return text content with a match. My goal is bring the text back to the webpage, put it in a scrollable Div, or perhaps a table (one line per row) and then scroll to the correct point to present to the user. The log files could be several thousand lines in size so I need the table scrolled so that the matching line is in the middle of the webpage. Additionally, it would be great to have buttons for next matching line and previous matching line. I am not sure if there is a property for the scroll amount of a scrollable area.