How to use plotly_html_components.Table?

I’ve created some tables with dash’s table functionalities, but I wanted more control over the style and formatting of the table. So, I went to HTML and created the formatting I want, and now I’m struggling with finding a resource for plotly_html_components.Table that can help me translate HTML into something that plotly can take in. Can anyone point me in the right direction?

In the “Reusable components” section in https://dash.plot.ly/getting-started, there is a simple example that shows how to construct a HTML table from a dataframe.