// You can live edit this code below the import statements import React from 'react'; import Jello from 'react-reveal/Jello'; class JelloExample extends React.Component { render() { return ( <div> <Jello> <h1>React Reveal</h1> </Jello> </div> ); } } export default JelloExample;