JSFiddle - React, Tailwind, and code Playground

HTML

<link href='http://fonts.googleapis.com/css?family=Raleway:500,600,700,400' rel='stylesheet' type='text/css'>
<img src="http://oi62.tinypic.com/2eb4xh2.jpg">
    
    <h1>Lorem ipsum dolor sit amet</h1>

CSS

img{
    width:670px;
}

h1{
color: #fff;
font-family: Raleway;
width: 100%;
font-size: 35px;
font-weight: 400;
top: 229px;
position: absolute;
left: 164px;
}