I am building a react app where I give user option to print a specific <div>.
I am currently showing header & footer image in all pages of print-preview by dividing my HTML content into <thead>, <tbody>, <tfoot>.
I want to give option to show left border image on 20% page width and my div HTML content in the 80%. Even if print spans to multiple pages, the left image should be shown in all pages.
How can this be done ?