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