JSFiddle - React, Tailwind, and code Playground
by Martin Sjåstad
HTML
<div class="user-info">
<h1><span itemprop="name">Chase Williams</span></h1>
<h2><span itemprop="title">
Bachelor of Commerce and Bachelor of Science</span><br></h2>
Expected Year of Completion: <strong>2014</strong><br>
<span itemprop="affiliation">Monash University</span><br>
<span itemprop="address" itemscope="" itemtype="http://data-vocabulary.org/Address">
Campus:
<span itemprop="locality">
Clayton <meta itemprop="country-name" content="Australia">
</span>
</span>
</div>
CSS
.user-info :not(h1):not(h2)
{
display: none;
}