How to Set a background color for data table matched content like progress, Delete, Active, Pending,... There is no class and id for the matched content.
Example:
<span class="" >progress</span>--> bg color:green
<span class="" >Delete</span>--> bg color:red
<span class="" >Active</span>--> bg color:orange
<span class="" >pending</span>--> bg color:blue`