JSFiddle - React, Tailwind, and code Playground
HTML
<div id="menu">
SS17 FW16/17 ABOUT STOCKISTS
</div>
CSS
#menu{
font-family: Arial;
font-size:22px;
width: calc(100vw - 60px);
left: 30px;
text-align: justify;
text-justify: inter-word;
position:fixed;
}