JSFiddle - React, Tailwind, and code Playground

by Aaron von Schassen

HTML

<div class="resource">Presentation</div>

CSS

.resource {
  color: #007f00;
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.resource:before {
  content: '';
  width: 26px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://www.w3schools.com/bootstrap/cinqueterre.jpg");
}