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