JSFiddle - React, Tailwind, and code Playground

by Lokkata

HTML

<!DOCTYPE html>
<html lang="ru">
<head>
	<title>Ксения Коробенко - официальный сайт</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: #ff4f68;
	}
  h2 {
		color: #520510;
	}
	</style>
</head>
<body>
	<h1>Ксения Коробенко</h1>
	<h2>Будущий дизайнер,наверное :)</h2>
</body>
</html>