JSFiddle - React, Tailwind, and code Playground

by Rene van der Lende

HTML

<div class="testimonial">
   <img  src="https://unsplash.it/400/300?image=123" />
</div>

CSS

.testimonial .cover {
background-color: rgba(0, 7, 11, .3)
}