I'm looking to apply a background color to the entire table cell using span.
This is my code snippet:
<td>
<span style="background-color: red;">pending</span>
</td>
Currently, I am only able to set the background color for the text, but I actually want it to fill the whole table cell.