JSFiddle - React, Tailwind, and code Playground
HTML
<p>
<input type="file" id="file1">
<img src="">Show thumbnail here
<button class="print">Print</button>
</p>
<p>
<input type="file" id="file2">
<img src="">Show thumbnail here
<button class="print">Print</button>
</p>
<p>
<input type="file" id="file3">
<img src="">Show thumbnail here
<button class="print">Print</button>
</p>
<p>
<input type="file" id="file4">
<img src="">Show thumbnail here
<button class="print">Print</button>
</p>
<button>
Send All Files to Server
</button>