CSS before

by Alessandro Vernet

HTML

<span>First name</span>

CSS

span::before {
  content: '* ';
}