Definindo uma imagem de fundo com estilos de reação em linha
backgroundImage: `url(${Background})`
Batman
backgroundImage: `url(${Background})`
style={{
backgroundImage: "url(" + "https://images.pexels.com/photos/34153/pexels-photo.jpg?auto=compress&cs=tinysrgb&h=350" + ")",
backgroundPosition: 'center',
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat'
}}
style={{backgroundImage: `url(${pencil})`}}