xxxxxxxxxx
# For text contents
html.Div(
[
html.H2('Some division', style={
'margin-right': '2em'}),
]
),
# For plots
html.Div([
html.Div([], id='plot1'),
html.Div([], id='plot2')
], style={'display': 'flex'})