JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Алена Петрова - happy programmer</title>
<style type="text/css">
html, body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: sans-serif;
}
h1 {
color: orange;
}
h2 {
color: green;
}
</style>
</head>
<body>
<h1>Алена Петрова</h1>
<h2>happy programmer</h2>
</body>
</html>