JSFiddle - React, Tailwind, and code Playground

by Aaron von Schassen

HTML

<div style="position:fixed; left:46%; bottom:0px;">
  <a href="seite.htm">
    <img class="dontprint" border="0" src="button.gif" width="100" height="30">
  </a>
</div>

CSS

@media print {
  img {
    display: none;
  }
}