parbox and row distance latex
\documentclass[a4paper]{scrartcl}
%\usepackage{polyglossia} % language package
%\setmainlanguage{english} % select language for polyglossia
\begin{document}
\parbox{20mm}{\strut Some Text in the first column\strut} \parbox{30mm}{\strut Some Text in the second column\strut}\par
\parbox{20mm}{\strut Some Text in the first column\strut} \parbox{30mm}{\strut Some Text in the second column\strut}\par
\parbox{20mm}{\strut Some Text in the first column\strut} \parbox{30mm}{\strut Some Text in the second column\strut}\par
\end{document}