你最好定义自己的命令:
\documentclass{article}
\usepackage{tcolorbox}
\newtcbox{\mybox}{
colback=white,% background color
on line,% don't add line breaks
before upper=\vphantom{Ay},% ensure constant height
}
\begin{document}
\[
\mybox{Modals}=\mybox{Helping verbs}
\]
\end{document}