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