JSFiddle - React, Tailwind, and code Playground

HTML

<a href="" class="q1">
          <div>
          <a href="">123</a>
        </div>
</a>

CSS

.q1{
  background:red;
  width:300px;
  height:200px;
  display:inline-block;
  position:relative;
}
div{
    background:black;
  width:200px;
  height:100px;
  position:absolute;
  bottom:0;
}