JSFiddle - React, Tailwind, and code Playground
by Wya Egg
HTML
<html>
<head> <title>Rollercoasters!</title> </head>
<body>
<h1> Rollercoasters!</h1>
<p class="parachute"> <strong> Welcome to <em> Rollercoasters! </em> The link to the videogame <em>liam </em>, made by my brother, is <a href="https://scratch.mit.edu/projects/723700457/embed"> here</a>. </strong>
</p>
</body>
</html>
CSS
body {
background: linear-gradient(to right, yellow, red);
}
.parachute {
color: blue;
}
h1 {
text-align: center;
}