Page Break for print format

how to make page break for print format

<div class="page-break"></div>

Dear @Hafees_Kazhunkil
the code not working in pdf generator only normal view work but in normal view can’t view letter head format
any solution

Hi Hafees_Kazhunkil mine does works but since my content is using text editor this happens while printing to PDF:

<p class="text-center"><b>Details of SOP</b></p>

<div>
    {{doc.sop_info}}
    <div class="page-break"></div>
</div>


There is a horizontal scroll and how can I remove it?