Utilities for controlling how a column or page should break before an element.
Use utilities like break-before-column and break-before-page to control how a column or page break should behave before an element:
<!-- [!code classes:break-before-column] -->
<div class="columns-2">
<p>Well, let me tell you something, ...</p>
<p class="break-before-column">Sure, go ahead, laugh...</p>
<p>Maybe we can live without...</p>
<p>Look. If you think this is...</p>
</div>