div, a {
height: 100px;
width: 200px;
border: 5px solid black;
margin: 15px;
}
<div>This is a div tag</div>
<a href="https://www.google.co.in" target="_blank">Google</a>
I expected to get the same size of boxes but found different ones.