JSFiddle - React, Tailwind, and code Playground
by jimousse
HTML
<svg width="230" height="120" xmlns="http://www.w3.org/2000/svg">
<filter filterUnits="userSpaceOnUse" id="fe_forecast" width="150%" height="150%" x="-10%" y="-10%">
<feColorMatrix type="matrix" values="0.1 0 0 0 0, 0 .1 0 0 0, 0 0 0.1 0 0, 0 0 0 1 0"></feColorMatrix>
</filter>
<circle cx="60" cy="60" r="50" fill="green" />
<circle cx="170" cy="60" r="50" fill="green"
filter="url(#fe_forecast)" />
</svg>