diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx
index 3804467..ddd40e6 100644
--- a/src/components/Changelog.jsx
+++ b/src/components/Changelog.jsx
@@ -113,6 +113,10 @@ export function Changelog(props) {
now migrated to MV3 which means its much more secure, and of course,
JavaScript now works again! 🥳
+
+ Tailwind CSS 2 template has been removed since Extension now supports
+ the lateat Tailwind CSS 3 template.
+
diff --git a/src/templateList.js b/src/templateList.js
index 64de838..c429ed7 100644
--- a/src/templateList.js
+++ b/src/templateList.js
@@ -15,11 +15,6 @@ export default [
title: 'Preact',
img: 'assets/preact-logo.svg'
},
- {
- id: 'tailwind2',
- title: 'Tailwind CSS 2',
- img: 'assets/tailwind-logo.svg'
- },
{
id: 'tailwind',
title: 'Tailwind CSS 3',