diff --git a/examples/base-ui-vite-tailwind-ts/.gitignore b/examples/base-ui-vite-tailwind-ts/.gitignore
new file mode 100644
index 00000000000000..a547bf36d8d11a
--- /dev/null
+++ b/examples/base-ui-vite-tailwind-ts/.gitignore
@@ -0,0 +1,24 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/examples/base-ui-vite-tailwind-ts/README.md b/examples/base-ui-vite-tailwind-ts/README.md
new file mode 100644
index 00000000000000..65d8efe3feb3ff
--- /dev/null
+++ b/examples/base-ui-vite-tailwind-ts/README.md
@@ -0,0 +1,31 @@
+# Base UI - Vite.js example with Tailwind CSS in TypeScript
+
+[Base UI](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks.
+
+[Vite](https://vitejs.dev/) is a build tool that aims to provide a faster and leaner development experience for modern web projects, consisting of a dev server and a build command
+
+[Tailwind CSS](https://tailwindcss.com/) is a utility-first CSS framework that provides low-level CSS classes that can be composed to build custom UI designs.
+
+## How to use
+
+Download the example [or clone the repo](https://github.com/mui/material-ui):
+
+```bash
+curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/base-ui-vite-tailwind-ts
+cd base-ui-vite-tailwind-ts
+```
+
+Install it and run:
+
+```bash
+npm install
+npm start
+```
+
+or:
+
+
+
+[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/base-ui-vite-tailwind-ts)
+
+[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/mui/material-ui/tree/master/examples/base-ui-vite-tailwind-ts)
diff --git a/examples/base-ui-vite-tailwind-ts/index.html b/examples/base-ui-vite-tailwind-ts/index.html
new file mode 100644
index 00000000000000..e0d1c840806ee7
--- /dev/null
+++ b/examples/base-ui-vite-tailwind-ts/index.html
@@ -0,0 +1,13 @@
+
+
+
+ Base UI + Vite.js + Tailwind CSS in TypeScript
+
+
+
+
+ Base UI
+ {' '}
+ is a library of unstyled React UI components and hooks.
+
+
+
+ Vite
+ {' '}
+ is a build tool that aims to provide a faster and leaner development experience for modern
+ web projects, consisting of a dev server and a build command.
+
+
+
+ Tailwind CSS
+ {' '}
+ is a utility-first CSS framework that provides low-level CSS classes that can be composed
+ to build custom UI designs.
+