JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Мама я сам!</h1>
<h2>😂</h2>
<p id="first">Нужно</p>
<p id="two">быть</p>
<p id="tree">креативным</p>
<p id="four">а</p>
<p id="five">ни как</p>
<p id="six">все</p>
CSS
#first {
color: red;
}
#two {
color: orange;
}
#tree {
color: yellow;
}
#four {
color: green;
}
#five {
color: blue;
}
#six {
color: purple;
}