JSFiddle - React, Tailwind, and code Playground

HTML

<header>
   		<img src="https://lh4.ggpht.com/ukprcwJOFQZm43Mif3DMn3Twm6RRm-wiFM-ufdGFjn_C26XWuR-ApTZUgackdFxTQ2A=w300" alt="Телефон">
		<div class="nomers">
			<p>
				+7 7172 21 11 30
			</p> 
			<p>
				7 701 777 55 77
			</p>
		</div>
   </header>

CSS

body {
	margin: 	0px;
	padding: 	0px;
	font-family: Segoe UI, Arial;
	float: 		left;
	position: 	absolute;
}
header {
	margin: 	21px 0px 0px 37px;
}
.nomers {
	margin:  	22px;
    
    display:inline-block;
}
.logo {
	margin: 	49px 0px 0px 11px;
}
img{
    height:50px;
    display:inline-block;
}