JSFiddle - React, Tailwind, and code Playground

by Wentz Wu

HTML

<h1>
  <a href="http://amicliens.tw" target="_blank">Bruce Wu</a>
</h1>

<h2>Education</h2>
<p>I graduated from TKU in 1995.</p>
<p>I graduated from TKU in 1995.</p>


<ol>
  <li>Microsoft Solutioins</li>
  <li>ERP Planning</li>
</ol>

<img src="http://www.amicliens.tw/images/Amicliens_Logo.PNG">

CSS

p {
  color: red;
}