Consider the following HTML:
Just ran into this issue and came to a css only solution: just add background-clip: padding-box to your td element.
background-clip: padding-box
td
See this article for more information: https://developer.mozilla.org/en-US/docs/CSS/background-clip