JSFiddle - React, Tailwind, and code Playground

by annanikko

HTML

<!DOCTYPE html>
<html>
<head lang="ru">
	<title>Anna Kozlova - pr-girl</title>
  <meta charset="utf-8">
	<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: Circe;
	}
  p{
		font-family: Circe Light;
	}
	h1 {
		color: #355e29;
	}
	</style>
</head>
<body>
	<h1>Anna Kozlova</h1>
	<h2>Pr-girl<p>Just do it</p></h2>
</body>
</html>