$$\lim_{x\to 0} \frac{e^{\cos^2x}-e}{ \tan^2x}=?$$
I'm at a complete loss here to be quite honest. I'm sure there is a way to simplify the $e$ part somehow. Factoring out the $e$ in the numerator to make $e(e^{-\sin^2x}-1)$ doesn't seem to lead anywhere.

Using Taylor series and known expansions for $\cos$ and $\tan$ around $0$:
we have that, when $x\to 0$, $\cos x = 1-\frac{x^2}{2} + o(x^3)$, and therefore $$ \cos^2 x = 1-x^2 + o(x^3) $$
similarly, $e^x = 1+x + o(x)$, so that composing the two: $$ e^{\cos^2 x} = e^{1-x^2 + o(x^3)} = e\cdot e^{-x^2 + o(x^3)} = e(1-x^2 + o(x^2)) = e - ex^2 + o(x^2) $$ and therefore $$ e^{\cos^2 x} - e = - ex^2 + o(x^2) $$
finally, $\tan x = x + o(x^2)$, so that $\tan^2 x = x^2 + o(x^2)$
Putting it all together, $$ \frac{e^{\cos^2 x} - e}{\tan^2 x} = \frac{- ex^2 + o(x^2)}{x^2 + o(x^2)} = \frac{-e + o(1)}{1+o(1)} \xrightarrow[x\to0]{} -e $$