This recipe is based on this excellent article, but with adjustments to make it work with React 17. First let’s create a CRA React app: npx create-react-app tw-test 2. Next install all the Tailwind, twin.macro, and emotion libraries: yarn add tailwindcss twin.macro @emotion/core @emotion/styled @emotion/react 3. Next up, we initialize…