JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML, CSS and JavaScript demo</title>
</head>
<body>
<!-- Start your code here -->
<p class="lw">Привіт</p>
<!-- End your code here -->
</body>
</html>
CSS
.lw { font-size: 60px; }