JSFiddle - React, Tailwind, and code Playground
HTML
<title>Teste</title>
<h1>Título</h1>
<div class="custom"><pre>Informações...</pre></div>
CSS
body {
margin-top: 0;
margin-bottom: 0;
}
.custom
{
padding: 15px;
border: 1px solid gray;
width: 690px;
border-radius: 7px;
background: #c3c3c3;
font-family: Consolas;
color: #454545;
-webkit-print-color-adjust: exact;
}
h1 {
font-family: 'Segoe UI Light';
color: #454545;
}