How to make a linebreak in html.P()?

Using html.Br() should do the trick:

app.layout = html.Div(html.P(['Why no', html.Br(), 'linebreak?']))
5 Likes