JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
<style>
#demo
{
background-image: url('http://www.google.com/images/srpr/logo3w.png');
width: 280px;
height: 100px;
}
</style>
</head>
<body>
<input type='button' id='demo'></div>
<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
</body>
</html>