I was looking to add a background overlay on my background image. Below is what I was trying to achieve:
https://i.sstatic.net/NaZ6L.png
Please take a look at my codesandbox as well
image: {
backgroundImage:
"linear-gradient(0deg, rgba(255, 0, 150, 0.3), #06a303), url(http://lorempixel.com/800/600/nature/2)",
backgroundRepeat: "no-repeat",
backgroundSize: "cover",
backgroundPosition: "center"
},