JSFiddle - React, Tailwind, and code Playground

HTML

<div class="news_aside">
  <span class="aside_big">Профицит торговли еврозоны в июне 2012 года</span>
</div>

CSS

.news_aside {
	width:300px;
}
.aside_big {
	color:white;
	font-size:28px;
	background:#000;
	line-height:35px;
    box-shadow: 0 0 0 5px #000;
}