JSFiddle - React, Tailwind, and code Playground

HTML

<div class="info">
  <img class="info__teaser" src="https://goo.gl/hnyi1k" alt="">
  <div class="info__description">Премьеру «Хищника» перенесли на&nbsp;август 2018</div>
</div>

CSS

.info{
 display: none;
}

.info__teaser {
  width: 120px;
  background-color: #ff5722;
}

.info__description {
  
}