JSFiddle - React, Tailwind, and code Playground
by musicreader
HTML
<button id="test1">
test1
</button>
<button id="test3">
test3
</dibuttonv>
<button id="test2">
test2
</button>
CSS
#test1{
float:left;
}
#test3{
float:right;
}
#test2{
margin-left:50%;
margin-right:50%;
transform: translate(-50%, -100%);
}