\begin{table}
\centering
\begin{tblr}[         %% tabularray outer open
]                     %% tabularray outer close
{                     %% tabularray inner open
width={1\linewidth},
colspec={X[]X[]},
}                     %% tabularray inner close
\toprule
LaTeX line break & HTML line break \\ \midrule %% TinyTableHeader
{Sed ut \\ perspiciatis unde} & dicta sunt<br> explicabo. Nemo \\
\bottomrule
\end{tblr}
\end{table} 
