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