JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<title>
</title>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div id="butterfly1">
<img src="images/butterfly1.png">
<div>
<div id="krugl">
Круглосуточная консультация по телефону:
</div>
<div id="number">
(495)123-45-67
</div>
<div id="line">
</div>
</header>
</body>
</html>
CSS
html
{overflow-x:hidden;}
body
{margin:0;}
#butterfly1
{position:relative;
left:85px;
top:50px;}
#krugl
{position:relative;
left:230px;
top:-100px;
color:#930202;
font-size:15px;
font-family:'Arial Bold', Tmes, serif;}
#number
{position:relative;
left:280px;
top:-90px;
color:#930202;
font-size:27px;
font-family:'Arial Bold', Timmes, serif; }
#line
{background-color:#970000;
height:125px;
width:100%;
margin:100px;
}