Inserting a graph between two rows of text

I am trying to figure out a way to insert a pie chart in between two rows in my dash app. I was able to make it work in normal html but can’t wrap my head around how to do this in html.Div or any other dash elements. Below is what my two rows of output look like.

Does anyone know of the best way to work the html.Div functions to make it so that I can have the pie chart in between the two rows in the middle of my number outputs? If anyone could point me in the right direction that would be much appreciated!

Thanks for helping!