JSFiddle - React, Tailwind, and code Playground
by mrcl
HTML
<div style="transform: rotate(-90deg); transform-origin: left top; position: absolute; bottom: 0px; margin-bottom: -20px; width: 600%; height: 50px; background: url('https://www.swr.de/assets/images/swr/logos/SWR_classic_schwarz.svg'); background-repeat: no-repeat;"> </div>
CSS
div {
transform: rotate(-90deg);
transform-origin: left top;
position: absolute;
bottom: 0px;
margin-bottom: -20px;
width: 600%;
height: 50px;
background: url('https://www.swr.de/assets/images/swr/logos/SWR_classic_schwarz.svg');
background-repeat: no-repeat;
}