JSFiddle - React, Tailwind, and code Playground

HTML

<svg height="300" width="300">
  <clipPath id="clipping">
        <polygon points="0 150, 100 0, 200 0, 300 150, 200 300, 100 300" />
    </clipPath>
	<image xlink:href="http://www.maurice-web.de/blogbeispiele/weg.jpg" x="0" y="0" width="300" height="225" clip-path="url(#clipping)" />
</svg>