Примерно так
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<style type="text/css">
.button {
background: #000;
width: 5px;
height: 15px;
}
</style>
<body>
<div class="button">text</div>
</body>
</html>