CSSだけで四角形の隅に三角マークを追加する方法 その4

sample

HTML

<div class="s">sample</div>

CSS

.s {
  position: relative;
  width: 200px;
  height: 200px;
  background: #eee url(c.svg) no-repeat left bottom;
}