JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <body>
        <h1>Image Link demo</h1>
        <a href="https://www.google.com.bd/" target="_blank">
            <img src="https://www.google.com.bd/images/srpr/logo11w.png"/>
        </a>
    </body>       
</htm