I'm in trouble with some nodes, I'd like to get your help.
I'm trying to set the text width of a node, but when I declare this parameter, there is something wrong. Maybe there's something missing in the preamble, I don't know.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{trees}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,petri}
\begin{document}
\begin{tikzpicture}
\tikz \draw (0,3) node[draw,rounded corners,align=left,text width=30mm]{\textbf{Title}\\ Text text text text text text text text text text text text text text text text text text text text text};
\end{tikzpicture}
\end{document}
