Index: frontend/tailwind.config.js
===================================================================
--- frontend/tailwind.config.js	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/tailwind.config.js	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,9 @@
+module.exports = {
+  content: [
+    "./src/**/*.{js,jsx,ts,tsx}",
+  ],
+  theme: {
+    extend: {},
+  },
+  plugins: [],
+}
