JSFiddle - React, Tailwind, and code Playground
HTML
<span>Some Text</span>
<img src="http://i.stack.imgur.com/WDbZG.png" alt="">
CSS
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
span {
font-size: 24px;
font-weight: 600;
font-family: 'Roboto';
}
img {
display: block;
width: 70%;
height: 70%;
}