JSFiddle - React, Tailwind, and code Playground

by VanessaKing

HTML

<body>
    <a href="http://icandi.com" target="new">test me</a> 
    
    
</body>

CSS

a {
    target-name: new;
    target-new: tab;
}