CSS code that add a little red required symbol before an element

.requiredRedSymbol {
  content: '*';
  color: red;
  margin-right: 4px;
}