md:grid md:gap-6 inline-flex items-center justify-center py-3 px-6 rounded-lg bg-[#3b82f6] text-white font-semibold cursor-pointer duration-300 hover:bg-[#2563eb] hover:scale-105 focus:outline-none focus:shadow-[0_0_0_3px_rgba(59,_130,_246,_0.5)] active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed before:content-[''] before:absolute before:top-0 before:left-0Yes, completely free with no sign-up. Convert unlimited CSS to Tailwind classes for your projects.
No, all conversion happens in your browser. Your CSS code never leaves your device.
Copy CSS from your stylesheet, browser DevTools, or any source and paste it into the input field. The tool will show you equivalent Tailwind utility classes. For custom values not in the default Tailwind config, it suggests arbitrary value syntax like w-[123px]. Click copy to get the Tailwind classes and paste them directly into your className attribute. Some CSS properties may need the @apply directive or arbitrary values for edge cases.
We support the most common CSS properties. For properties without direct Tailwind equivalents, we suggest arbitrary values like w-[123px].