JSFiddle - React, Tailwind, and code Playground
by Kelly Hawker
HTML
<div class="imgCon">
</div>
CSS
.imgCon { width:340px; height:170px; background:url(https://forwardaccounting.co.nz/app/uploads/2015/08/xero-silver-partner-logo-RGB-300x173.png) no-repeat top center; background-size: cover;
-webkit-filter: opacity(.5) grayscale(1);
filter: opacity(.5) grayscale(1) brightness(70%);
}
body { background-color:#c9b79f; }