- Tailwind Merge
+ {/* Quoted static + twMerge */}
+
+
+ Hover me · resize for md
+
+
+
+ {/* Boolean ternary + && + quoted focus */}
+
+
+
+
+ {/* Comparison operands must stay unprefixed */}
+
+
+
+
+ {/* Method receiver left alone */}
+
+
+ kind="{kind}" →{" "}
+ {"primary".includes(kind) ? "primary branch" : "fallback branch"}
+
+
+
+ {/* Nested modifiers */}
+
+
+ sm:hover + lg:focus-within — tab or hover at breakpoints
+
+
+
+
+ {/* Nested braces / cn object map */}
+
+
+ cn map keyed by status
+
+
+
+ {/* Mixed static, template-ish merge, and dual conditionals */}
+
+
+