答案1
\documentclass[border=3mm]{standalone}
\usepackage{array,xcolor,multirow}
\colorlet{darkred}{red!80!black}
\begin{document}
\begin{tabular}{rl}
\multirow{2}{*}{\huge\bf Hello} & {\color{darkred}\bf text\ldots}\\
& {\color{darkred}\bf text\ldots}\\
\multirow{2}{*}{\huge\bf World!!} & {\color{darkred}\bf text\ldots}\\
& {\color{darkred}\bf text\ldots}
\end{tabular}
\end{document}