JSFiddle - React, Tailwind, and code Playground

by Alex Alex

HTML

<a href="https://www.google.com">
    <img src="https://www.google.com/images/srpr/logo11w.png">
    </a>

CSS

html, body {
    width: 538px;
    height: 190px;
    font: 0/0 a;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}