Problem: Contact-sales card.

Solution#

html
<section class="rounded-3xl bg-slate-900 p-10 text-center text-white">
  <h2 class="text-2xl font-bold">Need scale?</h2>
  <p class="mt-2 text-slate-300">Custom contracts, SLAs, onboarding.</p>
  <a class="mt-6 inline-block rounded-xl bg-white px-6 py-3 font-semibold text-slate-900">Talk to sales</a>
</section>

Why this works#

Inverted panel for the premium tier.

Variants#

  • Responsive: add screen prefixes to the core classes
  • Dark: pair each color utility with its dark: twin
  • Animated: add transition + a state variant for motion

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns