JSFiddle - React, Tailwind, and code Playground

HTML

<div class="data">Дата Рождения: 25 октября 1998 года</div>

<div class="data">#1</div>

CSS

.data {
  background-image:url(http://y-wikipedia.ru/wp-content/uploads/data.png); 
  background-repeat: no-repeat;
  width:auto; 
  height:32px; 
  display: flex;
  text-indent:35px;
  align-items: center;
}