答案1
nicematrix
使用 tikz 节点。在节点内部,您可以使用\textcolor{<color>}{<text>}
\documentclass[11pt]{book}
\usepackage[x11names]{xcolor}
\usepackage{nicematrix}
\NiceMatrixOptions{hvlines}
\begin{document}
\begin{NiceTabularX}{\linewidth}{r l X[l, t]}
Basmah
& Fadeel
& \Block[l, t]{1-1}{\textcolor{IndianRed1}{text}} % changed <<<<<<<<<<
\\
\end{NiceTabularX}
\end{document}