JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div id="container">
<div id="shapka"></div>
<div id="left_p"></div>
<div id="center_p"></div>
<div id="right_p"></div>
<div id="bottom_left_p"></div>
<div id="bottom_center_p"></div>
<div id="bottom_right_p"></div>
</div>
</body>
CSS
body {background:#fff;font-family:Times New Roman,
serif;font-size:15px;color:#000;height:100%;min-width:1300px;}
#container {min-height:100%;}
#shapka {background:url(images/shapka.png)no-
repeat;width:1300px;height:331px;margin: 0 auto;}
#left1_p {background:url(images/left.png)no-
repeat;width:324px;height:738px;float:left;}
#center1_p {background:url(images/center.png)no-
repeat;width:652px;height:545px;margin:0 auto;}
#right1_p {background:url(images/right.png)no-
repeat;width:324px;height:738px;float:right;}