JSFiddle - React, Tailwind, and code Playground

HTML

<div class="junedbox" align="center"> 
jokoe
</div>

CSS

/*Textbox*/
.junedbox{color: white;background-color: black;width:auto;margin: 5px 2px 5px 2px;padding:5px;border: 2px dotted lightgrey;border-radius: 10px;box-shadow: -1px -1px 12px 2px gainsboro;transition: background-color .777s;-webkit-transition: background-color .777s;-moz-transition: background-color .777s;-o-transition: background-color .777s;-ms-transition: background-color .777s;}.junedbox:hover{background-color: CornflowerBlue ;}.junedbox:active{background-color: darkgreen ;
}