# Example: Remix

> Try it live at [Stackblitz](https://stackblitz.com/fork/github/tw-in-js/twind/tree/main/examples/with-remix) or [Codesandbox](https://githubbox.com/tw-in-js/twind/tree/main/examples/with-remix).

## How does this work?

1. a modified [app/root](./app/root.tsx)
2. a modified [app/entry.server](./app/entry.server.tsx) to enable server-side rendering (SSR) of style
3. (optional) a dedicated [twind.config](./twind.config.ts)

## What is included?

- [remix](https://www.npmjs.com/package/remix)
- [@twind/core](https://github.com/tw-in-js/twind/tree/main/packages/core)
- [@twind/preset-autoprefix](https://github.com/tw-in-js/twind/tree/main/packages/preset-autoprefix)
- [@twind/preset-tailwind](https://github.com/tw-in-js/twind/tree/main/packages/preset-tailwind)
- [@twind/with-remix](https://github.com/tw-in-js/twind/tree/main/packages/with-remix)
