import type { RenderFunctionInput } from "#src/types.js"; const { twj } = await import("tw-to-css"); export function tailwind({ title, description, }: RenderFunctionInput): React.ReactNode { return (

{title} {description}

); }