diff --git a/.changeset/mean-tips-search.md b/.changeset/mean-tips-search.md
new file mode 100644
index 000000000000..20372a04f847
--- /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 79060699bbdf..167927fb3872 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 6e0872173994..56c3b4e414e2 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;
---