const FooterWrapper = styled.div``; return ( <div> <FooterWrapper>This is the footer for this site</FooterWrapper> </div> );