JSFiddle - React, Tailwind, and code Playground

by philfreo

HTML

<div class="test">

</div>

CSS

.test {
  width: 400px;
  height: 400px;
  background-image: linear-gradient(0deg, #a07e5a, #a07e5a), url("https://s2.wp.com/wp-admin/images/wordpress-logo.svg?ver=20131107");
  background-color: white;
  background-blend-mode: multiply, luminosity;
  background-size: cover;
}