Loading Ring
<div class="flex items-center justify-center p-4">
<div class="relative w-10 h-10">
<div class="absolute top-0 left-0 right-0 bottom-0 border-4 border-gray-200 rounded-full"></div>
<div class="absolute top-0 left-0 right-0 bottom-0 border-4 border-blue-500 border-t-transparent rounded-full animate-spin"></div>
</div>
</div>
Copied to clipboard