JSFiddle - React, Tailwind, and code Playground

HTML

<svg>
    <image class="change-my-color" xlink:href="https://dl.dropboxusercontent.com/u/13823768/tumblr/iconmonstr-time-3-icon.svg" width="96" height="96" src="ppngfallback.png" />
    </svg>

CSS

.change-my-color {
        fill: green;
    }