JSFiddle - React, Tailwind, and code Playground

by kangismet

HTML

<div class='post-body'>
    <a href="http://4.bp.blogspot.com/-l5ltEi4HgBk/UnWfqTTiBXI/AAAAAAAAGA4/ReoqcxQ5L2w/s1600/laptop-icon2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src='http://4.bp.blogspot.com/-njQDGs_YlNc/UmjHpciPYWI/AAAAAAAAF6k/6s64x4q-pGw/s1600/kangis-logo-new.png'/></a>
</div>

CSS

.post-body img {
    margin:10px;
}

JavaScript

$('.post-body img').removeAttr('border');
$('.post-body img').attr('alt', 'thumbnail');
$('.post-body a').removeAttr('imageanchor');