ESP is not responding after adding wifimanager

I’m not going to write your code for you.
If you search for zeRGBa and RGB LEDs then you’ll find lots to be getting on with.
You are okay using a single RGB LED directly, but you should use MOSFETs to if you plan to use RGB strips.
I like the IRLB8721 as it has a suitable gate thresh voltage.

If you use code that is written for the Arduino then beware that the Arduino’s PWM output is only capable of 255 levels, whereas the ESP devices can output 1023 levels. This means that if you do an analogWrite of 255 on an ESP then you’ll only be getting 1/4 brightness so adjust the code to use 1023 as the maximum.

This is the design I was using in the past:

Although I now use these:

Pete.