Edit in JSFiddle

<p class="style1" id="paragraph"> This is a test paragraph</p>
#paragraph {
  background-color: red;
}

.style1 {
  background-color: yellow;
}