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, which is a great open source css framework.
Useful links and credits:
PS. This example builds on the original Next.js + Tailwind CSS Example
This project can be bootstrapped as an example with create-next-app
using either npm or Yarn
npx create-next-app --example https://github.com/psfund/nextjs-tailwind-rtl with-tailwind-rtl-app
# or
yarn create next-app --example https://github.com/psfund/nextjs-tailwind-rtl with-tailwind-rtl-app