JSFiddle - React, Tailwind, and code Playground

HTML

<div class="imagewrap" id="pdf1">
        <a href="some link.pdf" class="pdf">
        <img  width="100" height="100" border="0">
        <iframe src="some link.pdf" width="100" height="100"  scrolling="no" ></iframe></img>
        </a>&nbsp;&nbsp;<i class=" icon-remove-sign" ></i>
    </div>