I'm using react.
I've added a no-repeat style to backgroundImage, but the image doesn't show up.
when I remove the no-repeat, the image shows up.
    <div
      style={{
        position: 'relative',
        width: '580px',
        height: '460px',
        marginRight: '300px',
        marginBottom: '20px',
        marginLeft: '80px',
        backgroundImage: `url(${url}) no-repeat 50% 50%`,
      }}
    >
 
    