Primary card
Some quick example text to build on the card title and make up the bulk of the card's content.
Go somewhere
<div class="card dz-card dz-tab-area bg-primary text-white" id="primary-card">
<div class="card-header flex flex-wrap justify-between items-center sm:p-5 sm:pt-6 p-4 pt-5 max-sm:pb-5 relative border-b border-[#E6E6E6] dark:border-[#444444]">
<h5 class="card-title capitalize text-white">Primary card</h5>
</div>
<div class="p-[1.125rem] mb-0">
<p class="card-text mb-4 text-white">Some quick example text to build on the card title and make up the bulk of the card's content.</p><a href="javascript:void(0);" class="inline-block lock rounded font-medium text-[15px] max-xl:text-xs leading-5 py-[0.719rem] max-xl:px-4 px-[1.563rem] max-xl:py-2.5 border border-transparent bg-white text-primary btn-card">Go
somewhere</a>
</div>
<div class="card-footer py-4 px-6 border-t border-[#E6E6E6] dark:border-[#444444] sm:text-sm text-xs bg-transparent border-0 text-white">Last updateed 3 min ago
</div>
</div>