How to use react css transition in codepen?

I’m working on Quote machine project and almost it is done. But I tried to create react css transition and I add its library (react-transition-group 4.3.0) and I write:
import { CSSTransition } from 'react-transition-group'
but it isn’t working. what’s the problem?