JSFiddle - React, Tailwind, and code Playground
by yash009
HTML
<div id="bredband">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Corinex_Router.jpg" width="300" height="200">
<h3>Bredband</h3>
<p>hello world</p>
</div>
CSS
#bredband {
height: 330px;
overflow: hidden;
width: 300px;
position: relative;
background-color: #9099A2;
margin: 20px;
border: 1px solid white;
float:left;
border-radius:10px;
}