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