Reactjs – Custom Tailwind background image works for a specific image, not for the others
I use React, NextJS and Tailwind. I want to use some images as background for some cards elements. I first store the images names in an array. const symbols = ['boat_2.png', 'boat.png', 'tortue.jpg', 'surf.jpg']; Then I map the array and…