\documentclass{standalone}
\usepackage{tikz}
\usepackage{xepersian}
\settextfont[Scale=1.1]{B Nazanin}
\renewcommand{\baselinestretch}{1.3}
\tikzstyle{mybox} = [draw=blue, fill=blue!20, very thick,
    rectangle, rounded corners, inner sep=10pt, inner ysep=20pt]
\tikzstyle{fancytitle} =[fill=blue, text=white]
\begin{document}


\begin{tikzpicture}
\node [mybox] (box){%
\begin{minipage}{0.5\linewidth}
\begin{persian}
دانشگاه صنعتی خواجه نصرالدين طوسی به عنوان یکی از دانشگاه‌های سرآمد صنعتی در کشور شناخته شده است.
\end{persian}
\end{minipage}
};
\node[fancytitle, left=10pt,rounded corners] at (box.north east) {\large \textbf{\rl{معرفی }}};
\end{tikzpicture}
\end{document}