JSFiddle - React, Tailwind, and code Playground

by vasi_32

HTML

<div class="test">
  
  <a href="fijf">Text 1</a>
  <a href="dfugru">Text 2</a>   
</div>
<h1>
UI am header
</h1>

CSS

.test {
  width:100%;
}