Input with icon inside
I'm struggling about styling an input for a challenge, that contains an icon inside.
Currently I'm trying with the ::after pseudo-class, tried with content and background-image but the icon still doesn't show.
Obs.: I'm using Material Symbols to get the icons now, but before I was trying a url to a .png from a icon (when using content: url(...))
Currently I'm trying with the ::after pseudo-class, tried with content and background-image but the icon still doesn't show.
Obs.: I'm using Material Symbols to get the icons now, but before I was trying a url to a .png from a icon (when using content: url(...))

