It’s a CSS-in-JS library used by developers to write scoped and encapsulated CSS to style Next JS components. The styles introduced to one component with Styled JSX will not affect other components, allowing developers to add, delete, and change styles without worrying about any side effects.

BY Best Interview Question ON 07 Jun 2019