body::before {
  content: "PRUEBA";
  position: fixed;
  top: 0;
  left: 0;
  background: red;
  color: white;
  z-index: 99999;
}
