JSFiddle - React, Tailwind, and code Playground

by igor_nov

HTML

<body>
  <div class="image">
    text <br> 
    text  
  </div>
  
</body>

CSS

.image{
  height:800px;
  background: url('http://www.online-image-editor.com//styles/2014/images/example_image.png');
  
}