JSFiddle - React, Tailwind, and code Playground

by omarjuvera

HTML

<div itemscope itemtype="http://schema.org/Person">
	<p>
		<span itemprop="description">Webmaster</span>: 
		<span itemprop="name">Omar</span>
		<br/><a itemprop="url" href="https://plus.google.com/+Omar/">Profile</a>
	</p>

	<p itemscope itemtype="http://schema.org/ContactPoint">
		To contact me please email me at 
			<a itemprop="email" href="mailto:[email protected]">[email protected]</a>
			<meta itemprop="contactType" content="Webmaster"/>
			<meta itemprop="sameAs" content="https://plus.google.com/+OmarJuvera"/>
			<meta itemprop="availableLanguage" content="English"/>
			<meta itemprop="availableLanguage" content="Spanish"/>
			<meta itemprop="availableLanguage" content="Japanese"/>
	</p>
</div>