JSFiddle - React, Tailwind, and code Playground
by Leo
HTML
<!-- http://stackoverflow.com/questions/6013071/removing-the-image-border-in-chrome-ie9 -->
<img class="test" />
CSS
.test {
width: 100px;
height: 100px;
}
by Leo
<!-- http://stackoverflow.com/questions/6013071/removing-the-image-border-in-chrome-ie9 -->
<img class="test" />
.test {
width: 100px;
height: 100px;
}