diff --git a/.changeset/mean-tips-search.md b/.changeset/mean-tips-search.md
new file mode 100644
index 000000000..20372a04f
--- /dev/null
+++ b/.changeset/mean-tips-search.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/tailwind': patch
+---
+
+Re-enable autoprefixer in dev
diff --git a/examples/with-tailwindcss/src/components/Button.astro b/examples/with-tailwindcss/src/components/Button.astro
index 79060699b..167927fb3 100644
--- a/examples/with-tailwindcss/src/components/Button.astro
+++ b/examples/with-tailwindcss/src/components/Button.astro
@@ -4,7 +4,7 @@
---
diff --git a/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro b/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro
index 6e0872173..56c3b4e41 100644
--- a/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro
+++ b/packages/astro/e2e/fixtures/tailwindcss/src/components/Button.astro
@@ -3,7 +3,7 @@ let { type = 'button' } = Astro.props;
---