I am preparing my lecture notes in beamer slides. In a particular frame, a block (custom defined) consists of two tikzpictures and some texts. The only way to arrange them is like the following image.
I have no idea how to achieve this. Please help. The particular block is not a listed environment, so wrapfigure works. Following is an MWE to save you from writing the first few lines of code.
\documentclass[aspectratio=169,10pt, notheorems]{beamer}
\usepackage{mwe}
\begin{document}
\begin{frame}
\begin{block}
content
\end{block}
\end{frame}
\end{document}
PS: Please feel free to change the title of this question to make it more understandable.

