Using html.Br() should do the trick:
app.layout = html.Div(html.P(['Why no', html.Br(), 'linebreak?']))