JSFiddle - React, Tailwind, and code Playground
HTML
<div class="panel panel-default">
<div class="panel-heading row">
<h1 style="color:#F4981F; font-family:'Segoe Marker'">Cams List</h1>
<div class="scroll">
<form action="/Home/Redirect">
<div class="btn-group pull-right">
<button name="button1" value="list" type="submit" class="button" style="width:60px; height:58px; border:none"><img src="~/Images/List.png" width="53" height="55"/>button2</button>    
<button name="button1" value="stream" type="submit" class="button" style="width:60px; height:58px; border:none"><img src="~/Images/House.png" width="53" height="55"/>button2</button>    
<button name="button1" value="setting" type="submit" class="button" style="width:60px; height:58px; border:none"><img src="~/Images/Settings.png" width="53" height="55"/>button4</button>    
</div>
</form>
</div>
</div>
</div>
CSS
div.scroll
{
overflow-y: hidden;
overflow-x: hidden;
}
button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
overflow: hidden;
outline:none;
}
.pull-right {
float: right!important;
margin-top: -66px;
position: absolute;
margin-left: 293px;
}