JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My site :)</title>
</head>
<body>
<p>Дашин красный прямоугольник<p>
<div style="background-color: red; width: 100px; height: 50px;"></div>
</body>
</html>