On Click of any image it should zoom in and pop out on click of outside image it should stick back to same place in react.js
I want to zoom image with only CSS. I want to zoom in with a mouse click on image and when click outside of image it should zoom out. How can I achieve that?