JSFiddle - React, Tailwind, and code Playground

by dimshik

HTML

<div class="pic">
  <svg height="210" width="500">
    <polygon points="0,50 300,100 300,150 0,150" style="fill:red;" />
  </svg>
</div>

CSS

.pic {
  background: url('http://hikerhero.com/wp-content/uploads/2014/09/pic-2000x1000-RoadToSierras-01-300x150.jpg') no-repeat;
}