\documentclass{standalone}
\usepackage{tikzcodeblocks}
\begin{document}
       \begin{tikzpicture}[codeblocks]
               \node[mathe]{Hello World;};
       \end{tikzpicture}
\end{document}