JSFiddle - React, Tailwind, and code Playground
by Michaël van de Weerd
HTML
<main style="
font: 13px sans-serif;
padding: 8px;
">
Beste <GEADRESSEERDE>,<br>
<br>
<BERICHT><br>
<br>
Met vriendelijke groet,<br>
<AFZENDER>
</main>
<footer style="
width: 100%;
padding: 16px;
box-sizing: border-box;
background-color: white;
font: 13px sans-serif;
">
<address style="
width: 100%;
display: inline-block;
">
<dl style="
margin: 0;
margin-right: 8px;
display: inline-block;
float: left;
box-sizing: none;
color: gray;
font-style: normal;
">
<dt style="
font-weight: bolder;
">Informatie</dt>
<dd style="
margin: 0;
">Parcifal Programmatuur</dd>
<dd style="
margin: 0;
">IBAN NL67 TRIO 0254 7920 30</dd>
<dd style="
margin: 0;
">KVK 12345678</dd>
</dl>
<dl style="
margin: 0;
padding: 4px;
display: inline-block;
float: left;
box-sizing: none;
color: gray;
font-style: normal;
">
<dt style="
font-weight: bolder;
">Locatie</dt>
<dd style="
margin: 0;
">Lijnbaanstraat 13B</dd>
<dd style="
margin: 0;
">9711RT Groningen, Nederland</dd>
</dl>
<dl style="
margin: 0;
padding: 4px;
display: inline-block;
float: left;
box-sizing: none;
color: gray;
font-style: normal;
">
<dt style="
font-weight: bolder;
">Communicatie</dt>
<dd style="
margin: 0;
"><a style="
color: #4C4;
text-decoration: none;
" href="tel:+31657668123">+31 6 57 66 81 23</a></dd>
<dd style="
margin: 0;
"><a...
CSS
html {
background-color: white;
}