JSFiddle - React, Tailwind, and code Playground

HTML

<div class="resource">
  <span><img src="https://www.w3schools.com/bootstrap/cinqueterre.jpg"/></span>
  <span>Presentation</span>
</div>

CSS

.resource{
  display: flex;
}

span {
	  content: '';
    margin-right:5px;
    margin-top: 19px;
}
span img{
  height: 20px;
  width: 26px;
}