JSFiddle - React, Tailwind, and code Playground

HTML

<div><span><img src="http://img2.archilovers.com/people/thumb2_76ce02c5-f950-4730-ad49-bd4c159499f5-log1.jpg" alt="" /></span><span></span></div>

CSS

div {display:table;margin:auto;}
div {position:relative;height:300px;}
div:before, div:after {content:"";position:absolute;width:130px;height:20px;bottom:0;left:0;background:#fff;z-index:100;}
div:after {left:auto;right:0;}
img {vertical-align:top;}
span:first-child {display:block;overflow:hidden;height:280px;border-radius:10px;}
span+span {position:absolute;width:100%;height:20px;bottom:0;background:url(http://img2.archilovers.com/people/thumb2_76ce02c5-f950-4730-ad49-bd4c159499f5-log1.jpg) no-repeat center bottom;}
span+span:before, span+span:after {content:"";position:absolute;bottom:-20px;border:20px solid transparent;z-index:1000;}
span+span:before {left:130px;border-left-color:#fff;}
span+span:after {right:130px;border-right-color:#fff;}