# @emotion/react > Simple styling in React. ## Install ```bash yarn add @emotion/react ``` ## Usage ```jsx /** @jsx jsx */ import { jsx, css, Global, ClassNames } from '@emotion/react' render(
{({ css, cx }) => (
)}
) ``` More documentation is available at [https://emotion.sh](https://emotion.sh).