<div class="flex flex-col items-start space-y-6 p-6">
<span class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full bg-red-500 px-2 text-sm font-medium text-white"> 342 </span>
<span class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full bg-sky-500 px-2 text-sm font-medium text-white"> +199 </span>
<span class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full bg-fuchsia-500 px-2 text-sm font-medium text-white">
Best Seller
</span>
<span class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full bg-green-500 px-2 text-sm font-medium text-white">
Completed
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full border border-red-200 bg-red-100 px-2 text-sm font-medium text-red-600"
>
Updated
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full border border-sky-200 bg-sky-100 px-2 text-sm font-medium text-sky-600"
>
284
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full border border-green-200 bg-green-100 px-2 text-sm font-medium text-green-600"
>
Beta
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full border border-fuchsia-200 bg-fuchsia-100 px-2 text-sm font-medium text-fuchsia-600"
>
PRO
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full border border-orange-300 bg-orange-100 px-2 text-sm font-medium text-black"
>
In progress
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full border border-gray-300 bg-gray-100 px-2 text-sm font-medium text-black"
>
Deprecated
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full bg-gradient-to-br from-amber-400 to-lime-400 px-2 text-sm font-medium text-black"
>
New
</span>
<span
class="inline-flex h-5 shrink-0 items-center whitespace-nowrap rounded-full bg-gradient-to-r from-fuchsia-400 to-rose-400 px-2 text-sm font-medium text-white"
>
Coming soon
</span>
</div>