JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="300" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<pattern id="darcy" width="250" height="300" patternUnits="userSpaceOnUse">
<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://nodeschool.io/toronto/i/mentors/darcy.jpg" width="300" height="300" preserveAspectRatio="xMidYMid slice">
</image></pattern>
</defs>
<polygon class="hex" points="250,75 250,225 125,300 0,225 0,75 125,0" fill="url('#darcy')"></polygon>
</svg>