JSFiddle - React, Tailwind, and code Playground
by Joe Pigott
HTML
<div onclick='document.location = "http://www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flocalhost%3A8080%2FHowl%2FHome.html&media=http%3A%2F%2Fi.imgur.com%2FToZz7PB.png&description=Howl%3A%20Share%20Your%20Life"' class='p'><img src='https://raw.github.com/danleech/simpleicons/master/icons/pinterest/pinterest-64.png'></div>
CSS
.p {
background: #CB2027;
width: 65px;
border-radius: 10px;
cursor: pointer;
}
.p:hover {
background: #e41f11
}