JSFiddle - React, Tailwind, and code Playground
HTML
<div class="testimonial">
<img src="https://unsplash.it/400/300?image=123" />
</div>
CSS
.testimonial .cover {
background-color: rgba(0, 7, 11, .3)
}
<div class="testimonial">
<img src="https://unsplash.it/400/300?image=123" />
</div>
.testimonial .cover {
background-color: rgba(0, 7, 11, .3)
}