diff --git a/README.md b/README.md
index 9f0eef3..38435f5 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@
* Hate creating unique class names over.. and over.. to use once.
* You want to co-locate your styles for ⚡️ [Locality of Behavior (LoB)](https://htmx.org/essays/locality-of-behaviour/)
* You wish `this` would work in `
red
green
@@ -103,7 +106,14 @@ Tailwind verbosity goes up with more child elements.
green
```
-### CSS variables and child styling
+
+### CSS variables and child elements
+At first glance, **Tailwind Example 2** looks very promising! Exciting ...but:
+* 🔴 **Every child style requires an explicit selector.**
+ * Tailwinds' shorthand advantages sadly disappear.
+ * Any more child styles added in Tailwind will become longer than vanilla CSS.
+ * This limited example is the best case scenario for Tailwind.
+* 🔴 Not visible on github: **no highlighting for properties and units** begins to be painful.
```html
@@ -154,7 +164,6 @@ Tailwind verbosity goes up with more child elements.