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