JSFiddle - React, Tailwind, and code Playground
HTML
<div id = "test">
<img src = "http://imgh.us/testsvg_1.svg" />
</div>
CSS
#test{
background-color:red;
}
<div id = "test">
<img src = "http://imgh.us/testsvg_1.svg" />
</div>
#test{
background-color:red;
}