<div class="flex items-center justify-center h-screen text-3xl bg-slate-100">
<p class="print:hidden">This is the text you want to print</p>
<p class="hidden print:block">This is the text you will print</p>
</div>
view raw index.html hosted with ❤ by GitHub