diff --git a/examples/with-tailwindcss/components/nav.js b/examples/with-tailwindcss/components/nav.js
index 037e94f737a28..cff649ba0b9e0 100644
--- a/examples/with-tailwindcss/components/nav.js
+++ b/examples/with-tailwindcss/components/nav.js
@@ -11,7 +11,9 @@ export default function Nav() {
-
- Home
+
+ Home
+
diff --git a/examples/with-tailwindcss/postcss.config.js b/examples/with-tailwindcss/postcss.config.js
index 3ffb536a4b906..9fb517645aeea 100644
--- a/examples/with-tailwindcss/postcss.config.js
+++ b/examples/with-tailwindcss/postcss.config.js
@@ -1,6 +1,3 @@
module.exports = {
- plugins: [
- 'tailwindcss',
- 'autoprefixer',
- ],
+ plugins: ['tailwindcss', 'autoprefixer'],
}