I am currently learning react and tailwind and have started working on a site with only those frameworks. I have a welcome page with an image hidden on screen until hovering over with the mouse. Is it possible to have that opacity fade out on only a radius of the pointer and have that radius follow the pointer?
I have looked into the documentation and have found focus and pointer states but not sure how to implement the idea. I have a basic fade in/out with opacity and hover:opacity classes currently and will keep researching but any help will be greatly appreciated!