JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<head>
    <title>Title - Subtitle</title>
    <link href="Title_files/default0.css" rel="stylesheet" type="text/css">
</head>
<body>
    <br>
    Текст1
    <table>
        <tr><td><font style="font-size:12px;">Текст2</font></td></tr>
        <tr><td>Текст3</td></tr>
        Текст4
    </table>
    Текст5
</body>
</html>

CSS

* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}


body {  

  font-size:12px;
  line-height: 1.5;
  color:#FF0000;
  font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}