Site icon Hip-Hop Website Design and Development

Adding line break in esc_html__

I would like to add line break in the output of esc_html__ WordPress function. The original code is:

echo "<span class='gp-success'>" . esc_html__( 'We have just sent you an email with instructions to reset your password. If you do not receive a reset email or password email please look in your spam folder.', 'socialize' ) . "</span>";

It outputs:

We have just sent you an email with instructions to reset your password. br If you do not receive a reset email or password email please look in your spam folder.

I would like to have it like this:

We have just sent you an email with instructions to reset your password. 
If you do not receive a reset email or password email please look in your spam folder.

Where this second line: If you do not receive a reset email or password email please look in your spam folder. must be in bold and red