\documentclass[a4paper]{article}

\usepackage[left=10mm , right=10mm , top=10mm , bottom=105mm]{geometry}
\usepackage{tcolorbox}
\usepackage{tabularray}
\usepackage{graphicx}
\usepackage{amsmath,amssymb}
\usepackage{tikz}
\usepackage{setspace}
\usepackage{wrapfig}

\usepackage{xepersian,bidi}

\settextfont{XB Zar}
\setmathdigitfont{XB Zar}

\begin{document}
               \begin{tabular}{|c|c|c}
               first &
                 \begin{wrapfigure}{l}{0.3\textwidth}
                                           \begin{tikzpicture}
                           \draw (0,0) -- (5,1) --(1,2) -- cycle ;
                        \end{tikzpicture}
                
                  \end{wrapfigure} نمشود که نمیشود &
                   Second
              \end{tabular}                      
\end{document}