<!DOCTYPE html><style>
* {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column
}
svg {
align-self: flex-start;
height: 100px;
}
</style><svg viewBox="0 0 10 5"><rect fill="green" x="0" y="0" width="10" height="5"></svg>