Greetings to all. I want to ask, I have a website with 1 full page using React JS, in that website there are 2 components, namely the icon component on the right and the image on the left. So I want to drag the icon and I drop it onto the image. then after the icon is dropped into the image a popup appears immediately to perform the next action.
How to make this function using react js?