JSFiddle - React, Tailwind, and code Playground
by Ehsan Sajjad
HTML
<div class="item">
<div class="appIcon">
<img src="img/espn-hex2.png" alt="ESPN" />
</div>
<div class="appDetails">
<h2>ESPN<small> SUMMER 2013, Bristol, CT</small></h2>
<p class="info">I was chosen for a Summer 2013 internship at ESPN, in Bristol, Connecticut. This was a dream come true opportunity for me since it combined my love of sports with my love of web development. I was part of the dotcom team which maintains the overall website. Specifically, I was part of the live events team. We handled creating pages for live games, home run derby, the Sportscenter mobile app, and many other things.</p>
<br />
</div>
</div>
JavaScript
console.log($(".item").find("h2").clone().find("small").remove().end().text());