HTML/CSS Playground

HTML

<h1 class="title">Hello World!</h1>
<p>Start editing the code →</p>

CSS

body {
font-family: system-ui, sans-serif;
background: #d1d5db;
}

.title {
color: #3b82f6;
font-size: 3rem;
}

Preview