p {
  background-color: red;
}

p::before {
  content: url(cute.jpg);
}


