JSFiddle - React, Tailwind, and code Playground
by ynternet
HTML
<div style="background-color:PapayaWhip;">Some text.
<img src="http://ynternet.sk/test2/close_1.jpg" />
<img src="http://ynternet.sk/test2/close_2.jpg" />
</div>
<div style="background-color:Moccasin;">This are letters <em>and this are not.</em> Hello again!</div>
<div style="background-color:LightGoldenRodYellow;">
<img src="http://ynternet.sk/test2/close_1.jpg" />
<img src="http://ynternet.sk/test2/close_2.jpg" />
Letters in new line.
<img src="http://ynternet.sk/test2/close_1.jpg" />
<img src="http://ynternet.sk/test2/close_2.jpg" />
</div>
<div style="background-color:Wheat;">New letters in another line.</div>
CSS
div {
padding:10px 0px 0px 20px;
font-family:Verdana;
height:40px;
}
em{
color:red;
}