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