JSFiddle - React, Tailwind, and code Playground
HTML
<div id="red">Каждый</div>
<div id = "orange">Охотник</div>
<div id = "yellow">Желает</div>
<div id = "green">Знать</div>
<div id = "blue">Где</div>
<div id = "darkBlue">Сидит</div>
<div id = "violet">Фазан</div>
CSS
#red {
color: red;
}
#orange {
color: orange;
}
#yellow {
color: yellow;
}
#green {
color: green;
}
#blue {
color: blue;
}
#darkBlue {
color: darkblue;
}
#violet {
color: violet;
}