# Link

> Link components for creating simple and styled links.

Web: https://react.email/components/link

Paste any snippet into an email built with React Email. The snippets use the primitives from `@react-email/components`.

## Simple link

Source: https://github.com/resend/react-email/tree/canary/apps/web/components/simple-link

### React

```tsx
<Link href="https://react.email">React Email</Link>
```

## Link inline with text

Source: https://github.com/resend/react-email/tree/canary/apps/web/components/link-inline-with-text

### React

```tsx
<Text>
  This is <Link href="https://react.email">React Email</Link>
</Text>
```
