A hyperlink to web pages, email addresses, or anything else a URL can address.
npm install @react-email/components -E # or get the individual package npm install @react-email/link -E
import { Link } from "@react-email/components"; const Email = () => { return <Link href="https://example.com">Example</Link>; };