JSFiddle - React, Tailwind, and code Playground

HTML

<div class="twitter-logo"></div>

CSS

.twitter-logo {
    width: 200px;
    height: 200px;
    background: url(http://cl.ly/D4xT/twitter_newbird_blue.png) no-repeat center center;
    background: rgba(0,0,0,0) url(http://cl.ly/D4o5/twitter_newbird_blue.svg) no-repeat center center;
}