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