The goals 💪🏻Conditional & Dynamic Styles ✌🏻Styled Components 👍🏻CSS Modules Inline Styles React components are composed of JSX elements. But just because you’re not writing regular HTML elements doesn’t mean you can’t use the old inline style method. The only difference with JSX is that inline styles must be written as an object instead of a string. Here is a simple example: import React from "re..