Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ App
Function
App
tailwind-test/src/App.js:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
'./App.css'
;
2
3
function
App() {
4
return
(
5
<div className=
"border guang-border hover:guang-border-4"
>guang</div>
6
);
7
}
8
9
export
default App;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected