diff --git a/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md b/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md
index 452a3193f..081d031c9 100644
--- a/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md
+++ b/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md
@@ -1 +1,8 @@
-# Styled jsx
\ No newline at end of file
+# Styled JSX
+
+Styled JSX is a CSS-in-JS library that allows you to write encapsulated and scoped CSS to style your components. The styles you introduce for one component won't affect other components, allowing you to add, change and delete styles without worrying about unintended side effects.
+
+Free Content
+
+Getting started
+Styled JSX in Next.js: Master Next.js