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