Live UI Demos

View and interact with real-world examples—cards, forms, modals, and more—all built with Tailwindx's zero-config design.

Code Example

HTML · Button Component
<button class="bg-gradient-to-r from-indigo-600 to-purple-600 text-white px-6 py-3 rounded-xl shadow-lg hover:shadow-indigo-500/30 transform hover:-translate-y-1">
  Primary Action
</button>