JSFiddle - React, Tailwind, and code Playground

by eleonore

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Формула по центру</title>
    </head>

<body>
<p>Бином Ньютона</p>
<p class="formula"><img src="http://upload.wikimedia.org/wikipedia/ru/math/9/a/7/9a797beebb5374641e8cea6db07ffc38.png"width="200" height="50" />
<span class="form_numb">(12.1)</span></p>
</body>
</html>

CSS

.formula{ text-align:center; padding:10px;}
.form_numb{float:right;}