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: Colibri;
	}
	h1 {
		color: #4c59c1;
	}
	</style>
</head>
<body>
	<h1>Одинцова Светлана</h1>
	<h2>юр проверка недвижимости</h2>
</body>
</html>