The element is the toddle pink html block component.
I used inline styles with the style attribute rather than a separate CSS block, as toddle doesn’t seem to recognise the former approach.
So I just have one html element where I drop something like that :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="How …">
<title>Bubble Becomes More and More Popular</title>
<link href="https://fonts.googleapis.com/css2?family=Blinker:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body style="font-family: 'Blinker', sans-serif; line-height: 1.6; max-width: 780px; margin: 0 auto; padding: 20px; color: #FFFFFF; background-color: black;">
<article style="margin-bottom: 40px;">
<header style="margin-bottom: 40px;">
<h1 style="color: #FFFFFF; margin-top: 30px; margin-bottom: 20px; font-size: 2.5em; font-weight: 700; font-family: 'Blinker', sans-serif;">h1 title r</h1>
</header>
<p style="margin: 16px 0; color: #FFFFFF; font-family: 'Blinker', sans-serif;">paragraph</p>
<blockquote style="border-left: 4px solid #FFFFFF; margin: 20px 0; padding: 20px; background-color: rgba(255, 255, 255, 0.1); font-style: italic; color: #FFFFFF;">
<p style="margin: 16px 0; color: #FFFFFF; font-family: 'Blinker', sans-serif;">toddle is the most approachable no-code tool for non-technical founders</p>
</blockquote>
<p style="margin: 16px 0; color: #FFFFFF; font-family: 'Blinker', sans-serif;">Over the last few years, ….</p>
<h2 style="color: #FFFFFF; margin-top: 30px; margin-bottom: 20px; font-size: 1.8em; font-weight: 600; font-family: 'Blinker', sans-serif;">Example of toddle app</h2>
<p style="margin: 16px 0; color: #FFFFFF; font-family: 'Blinker', sans-serif;">Here are a few of our favorite app examples</p>
</article>
</body>
</html>