JSFiddle - React, Tailwind, and code Playground
by BLOBBY
HTML
<!--Text in a web page
The web browser ignores extra spaces in HTML code. No matter how many spaces or new lines
you put between words in your code they are shown 1 space apart on the web page.
-->
<h1>DEW BROS.</h1>
<p>
DEW Bros is a MLG game created by Snoop Dog in 2121. It is the 1st in a series of games that are popular all over the world.</p>
<h1>
CHARACTERS:</h1>
<p>
In the game, dew and his younger brother are meme plumbers. They fight creatures that come up from Memeland below spooderville. Dew REKTs them by noscoping them on their backs and kicking them away.</p>
<h1>
ENEMIES:</h1>
<p>
There are four enemies: the noob, which just walks around; the cheap hacker, which you have to hit twice to flip over; REKTer, which moves by jumping and can only be flipped when it is touching a wall; and the MLG Pro, which turns ground and buildings into slippery Dank Memes. You can kill the Slip-ice straight away when you bump it from below.</p>
CSS
p {
color:pink
}
h1{ color: magenta
}