JSFiddle - React, Tailwind, and code Playground
HTML
<input type="button" class="botao-vermelho" name="vermelho" value="vermelho"/>
CSS
.botao-vermelho{
position:fixed;
bottom:10px;
right:10px;
background-color:red;
}
<input type="button" class="botao-vermelho" name="vermelho" value="vermelho"/>
.botao-vermelho{
position:fixed;
bottom:10px;
right:10px;
background-color:red;
}