JSFiddle - React, Tailwind, and code Playground
by erickeno
HTML
<head>
<meta charset="utf-8">
<meta property="op:markup_version" content="v1.0">
<!-- The URL of the web version of your article -->
<link rel="canonical" href="http://example.com/article.html">
<!-- The style to be used for this article -->
<meta property="fb:article_style" content="myarticlestyle">
</head>
<body>
<article>
<header>
<!-- The cover image shown inside your article -->
<figure>
<img src="http://mydomain.com/path/to/img.jpg" />
<figcaption>This image is amazing</figcaption>
</figure>
<!-- The title and subtitle shown in your article -->
<h1> Title </h1>
<h2> Subtitle </h2>
<!-- A kicker for your article -->
<h3 class="op-kicker">
This is a kicker
</h3>
<!-- The author of your article -->
<address>
<a rel="facebook" href="http://facebook.com/brandon.diamond">Brandon Diamond</a>
Brandon is a avid zombie hunter.
</address>
<!-- The published and last modified time stamps -->
<time class="op-published" dateTime="2014-12-11T04:44:16Z">December 11th, 4:44 PM</time>
<time class="op-modified" dateTime="2014-12-11T04:44:16Z">December 11th, 4:44 PM</time>
</header>
</article>
</body>