Loading Pulse
<div class="flex items-center justify-center p-4">
<div class="relative">
<div class="w-12 h-12 rounded-full bg-blue-500 animate-ping absolute opacity-75"></div>
<div class="w-12 h-12 rounded-full bg-blue-500 relative"></div>
</div>
</div>
Copied to clipboard