break-normal
Usage
<div class="break-normal">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the break-normal
class:
<!-- Basic usage -->
<div class="break-normal">Content</div>
<!-- With other classes -->
<div class="break-normal p-4 bg-white">Content with padding and background</div>