<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.row { display: flex; align-items: baseline; gap: 12px; }
.tag { font-size: 12px; padding: 2px 8px; border-radius: 999px; background: #eafaf1; }
</style>
</head>
<body>
<div class='row'>
<h1>meetcode</h1>
<span class='tag'>new</span>
</div>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.row { display: flex; align-items: baseline; gap: 12px; }
.tag { font-size: 12px; padding: 2px 8px; border-radius: 999px; background: #eafaf1; }
</style>
</head>
<body>
<div class='row'>
<h1>meetcode</h1>
<span class='tag'>new</span>
</div>
</body>
</html>