JSFiddle - React, Tailwind, and code Playground

by cjblomqvist

HTML

<div id="container">
<div id="bild">
  <div id="text">
    <h2>Vårt kvalitets- och miljöarbete</h2>
        <p>lite text lite text lite text lite text lite text lite text lite text lite text lite text lite text lite text lite text lite text lite text lite text </p>
  </div>
</div>
</div>

CSS

#container {
    width: 900px;
}
#bild {
    background-image: url(http://images.apple.com/support/assets/images/products/iphone/hero_iphone4-5_wide.png);
    background-repeat: no-repeat;
    padding-left: 528px; /* image width */
}