JSFiddle - React, Tailwind, and code Playground

by ZenMaster

HTML

<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    width="35.551px" height="35.551px" viewBox="0 0 35.551 35.551" enable-background="new 0 0 35.551 35.551" xml:space="preserve" class="logo">
<polygon fill="#404040" points="17.775,0 0,17.775 11.109,17.775 11.109,35.551 24.441,35.551 24.441,17.775 35.551,17.775 "/>
</svg>

CSS

.logo {    
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    width: 100px;
}