JSFiddle - React, Tailwind, and code Playground
by ponyspy
HTML
<object data="http://upload.wikimedia.org/wikipedia/commons/2/21/Speaker_Icon.svg" type="image/svg+xml"></object>
CSS
path, polygon, circle {
fill: #912378!important;
stroke: #912378!important;
}
JavaScript
// $('path, polygon, circle', this).attr('fill', '#912378');
// $('path, polygon, circle').attr('style', 'fill:#912378');