Installation
$ pnpm dlx shadcn@latest add @emailcn/react-email/theme-airbnb
Usage
import { Tailwind } from "react-email";
import { createEmailTailwindConfig } from "@/components/email/email-theme";
import { airbnbTheme } from "@/components/email/theme-airbnb";
<Tailwind config={createEmailTailwindConfig(airbnbTheme)}>
{/* Your email content */}
</Tailwind>;