JSFiddle - React, Tailwind, and code Playground

HTML

<!doctype html>
<html>
<head>
<meta charset="windows-1251">
<title>Макет</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#4D4D4D">
<div class="center">
<div>
<p style="font-family:Arial, Helvetica, sans-serif;font-size:11px; color:#45688E"><strong>Фотография 1 из 36</strong></p>
<div align="center"><img width="740" src="http://s1.hostingkartinok.com/uploads/images/2012/05/fd11e4a9eb574a0e7193e2ef3a99d7e5.png"></div>
</div>
</div>
</body>
</html>

CSS

@charset "windows-1251";
/* CSS Document */

.center {
    width:740px;
    background:#FFF;
    margin:20px auto;
    padding:5px 20px;
}