JSFiddle - React, Tailwind, and code Playground

by mowglisanu

HTML

<html>
<head></head>
<body>
<div id="profile">
        <!--<h1 title="General Kenobi!">Hello There!</h1>-->
        <h1>Hello! I am Victorien Sukarieh</h1>
        
        <p>a summary will be placed here</p>
        <p>Contact info goes here</p>
        <a href="https://www.linkedin.com/in/victorien-sukarieh/" target="_blank" title="LinkedIn"><img src="files/img/linkedinicon.png" height="30px" width="30px" style="border: none;"></a><a href="https://github.com/victoriensukarieh" target="_blank" title="Github"> <img src="files/img/githubicon.png" height="30px" width="30px" style="border: none;"></a>

    </div>
		</body>
		</html>