diff --git a/src/apps.json b/src/apps.json
index 41f87971e..3eb07ee4d 100644
--- a/src/apps.json
+++ b/src/apps.json
@@ -10747,7 +10747,10 @@
"cats": [
66
],
- "html": "]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css",
+ "html": [
+ "]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css",
+ "[^>]*class=\"[^\"]*(?:sm:|md:|lg:|xl:)"
+ ],
"icon": "tailwindcss.svg",
"website": "https://tailwindcss.com/"
},