Intuition:
A way to see what is going on is to see the affine approximation of $e^x$ around $0$: $$e^u \simeq e^0 + (e^\prime)(0) x = 1 + x$$ (this can be made formal by Taylor approximations to order $1$, for instance). This implies that your quantity is roughly $\left(x+ 1+ \frac{x}{3}\right)^{3/x} = \left(1+ \frac{4x}{3}\right)^{3/x}$, where you recognize, setting $t = \frac{3}{x}\to \infty$, the limit $$\left(1+\frac{4}{t}\right)^t \xrightarrow[t\to\infty]{} e^4.$$ The only key is to make this first approximation $\simeq$ rigorous, which is done below.
An approach based on Taylor expansions: (but which requires no knowledge of them besides the Landau notation $o(\cdot)$ — justifying what is needed as we go)
Start (as often when you have both a base and an exponent depending on $x$) by rewriting it in exponential form:
$$
\left(x+e^{\frac{x}{3}}\right)^\frac{3}{x} = e^{\frac{3}{x}\ln\left(x+e^{\frac{x}{3}}\right)}
$$
Now, when $u\to 0$, we have $\frac{e^u-1}{u}\to \exp^\prime 0 = e^0 = 1$, so that $e^u = 1+u + o(u)$; which gives $$x+e^{\frac{x}{3}} = x+1+ \frac{x}{3} + o(x) = 1+\frac{4}{3}x.$$
Similarly, since $\frac{\ln(1+u)}{u}\xrightarrow[u\to 0]{} 1$, we have $\ln(1+u) = u + o(u)$. Combining the two, we get
$$\ln\left(x+e^{\frac{x}{3}}\right) = \ln\left(1+\frac{4}{3}x\right) = \frac{4}{3}x + o(x).$$
Putting it together,
$$
\frac{3}{x}\ln\left(x+e^{\frac{x}{3}}\right) = \frac{3}{x}\left(\frac{4}{3}x + o(x)\right) = 4 + o(1) \xrightarrow[x\to 0]{} 4
$$
and, by continuity of $\exp$,
$$e^{\frac{3}{x}\ln\left(x+e^{\frac{x}{3}}\right)} \xrightarrow[x\to 0]{} e^4.
$$