const Root = styled.div` `; return ( <Root> <div style={{ backgroundImage: `url("https://ipfs.near.social/ipfs/")`, backgroundSize: "cover", backgroundPosition: "center", backgroundRepeat: "no-repeat", }} ></div> </Root> );