const Content = styled.div` background-image: url(${props => props.img}); `; <Content img={ImagePath} />