JSFiddle - React, Tailwind, and code Playground

by Rushan Sakhibgareev

HTML

<div class='buttom'> </div>

CSS

.button{
    margin-top:200px;
    margin-right:34px;
    width:150px;
    height:45px;
    background:black;
    float:right;
    transition-duration:2s;  }
        .buttom:hover{
            height:180px;
            transition-duration:2s;}