JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<title>Евгений Сухолозов — специалист</title>
<style type="text/css">
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1, h2 {
font-family: Arial;
}
h1 {
color: #4b59c3;
}
</style>
</head>
<body>
<h1>Евгений Сухолозов</h1>
<h2>специалист</h2>
</body>
</html>