Illustrated in the example below
My objective is to establish a yellow backdrop for a specific row in my table. However, when I utilize the code snippet below
<table class="table table-bordered table-striped">
The row's background doesn't reflect my desired color due to the pre-existing classes. Is there a method by which I can preserve the classes while ensuring that my chosen color remains dominant?