JSFiddle - React, Tailwind, and code Playground
HTML
<!doctype html>
<html>
<head>
<title>My website</title>
</head>
<body>
<h1>Top-level title</h1>
<h2>Subtitle</h2>
<div>
<p>Some text</p>
<img src="https://picsum.photos/200" alt="Awesome image" />
</div>
</body>
</html>