diff --git a/src/index.html b/src/index.html
index abd19b2..584a00b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -26,9 +26,11 @@
},
};
+
-
- Hello Créalise
+
+ Hello Créalise
+ Coucou
diff --git a/src/main.css b/src/main.css
new file mode 100644
index 0000000..b5c61c9
--- /dev/null
+++ b/src/main.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;