If $x,y,z$ are positive real numbers such that $x+y+z=3$, prove that
$$x^xy^yz^z\ \ge\ 1$$
My attempt
This is equivalent to
$$x\ln x + y\ln y + z\ln z\ \ge\ 0$$
By AM-GM
$\dfrac{x\ln x + y\ln y + z\ln z}3 \ge \sqrt[3]{xyz(\ln x)(\ln y)(\ln z)}$
I don't know what to do next.