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