JSFiddle - React, Tailwind, and code Playground

HTML

<div class="imageContainer">
    <img src="https://placehold.co/1080x720/FFFFFF/000000?text=TEST&font=lato" alt="Image with white background">
</div>

CSS

.imageContainer {
    background-color: pink;

    padding-bottom: 1rem;
}

img {
    mix-blend-mode: multiply;
}