This is an example for creating a quick Next.js app with RTL support for Arabic and other RTL languages, along with support for Tailwind CSS, a great open source CSS framework.
Author: Thamer H. (GitHub: thamerh)
@tailwindcss/jit
This project can be bootstrapped as an example with create-next-app
using either npm or Yarn:
```bash npx create-next-app --example https://github.com/thamerh/nextjs-tailwind-rtl-multilanguage-starter
yarn create next-app --example https://github.com/thamerh/nextjs-tailwind-rtl-multilanguage-starter